Uses of Class
org.apache.camel.component.azure.storage.blob.BlobBlock
-
Packages that use BlobBlock Package Description org.apache.camel.component.azure.storage.blob -
-
Uses of BlobBlock in org.apache.camel.component.azure.storage.blob
Methods in org.apache.camel.component.azure.storage.blob that return BlobBlock Modifier and Type Method Description static BlobBlock
BlobBlock. createBlobBlock(InputStream inputStream)
static BlobBlock
BlobBlock. createBlobBlock(String blockId, long size, InputStream inputStream)
static BlobBlock
BlobBlock. createBlobBlock(String blockId, InputStream inputStream)
-