public final class BlobBlock extends Object
| Modifier and Type | Method and Description |
|---|---|
static BlobBlock |
createBlobBlock(InputStream inputStream) |
static BlobBlock |
createBlobBlock(String blockId,
InputStream inputStream) |
static BlobBlock |
createBlobBlock(String blockId,
long size,
InputStream inputStream) |
com.azure.storage.blob.models.Block |
getBlockEntry() |
InputStream |
getBlockStream() |
public static BlobBlock createBlobBlock(InputStream inputStream) throws IOException
IOExceptionpublic static BlobBlock createBlobBlock(String blockId, InputStream inputStream) throws IOException
IOExceptionpublic static BlobBlock createBlobBlock(String blockId, long size, InputStream inputStream)
public InputStream getBlockStream()
public com.azure.storage.blob.models.Block getBlockEntry()
Apache Camel