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 BlobBlockBlobBlock. createBlobBlock(InputStream inputStream)static BlobBlockBlobBlock. createBlobBlock(String blockId, long size, InputStream inputStream)static BlobBlockBlobBlock. createBlobBlock(String blockId, InputStream inputStream)
-