Uses of Class
com.azure.storage.blob.specialized.BlobInputStream
Package
Description
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobInputStream in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionBlobClientBase.openInputStream()
Opens a blob input stream to download the blob.BlobClientBase.openInputStream
(BlobRange range, BlobRequestConditions requestConditions) Opens a blob input stream to download the specified range of the blob.BlobClientBase.openInputStream
(BlobInputStreamOptions options) Opens a blob input stream to download the specified range of the blob.BlobClientBase.openInputStream
(BlobInputStreamOptions options, com.azure.core.util.Context context) Opens a blob input stream to download the specified range of the blob.