Package com.azure.storage.blob.models
Class BlobSeekableByteChannelReadResult
java.lang.Object
com.azure.storage.blob.models.BlobSeekableByteChannelReadResult
Contains the results of opening a
SeekableByteChannel
to read from a blob.-
Constructor Summary
ConstructorsConstructorDescriptionBlobSeekableByteChannelReadResult
(SeekableByteChannel channel, BlobProperties properties) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
BlobSeekableByteChannelReadResult
- Parameters:
channel
- Channel to read the target blob.properties
- Blob properties of the target blob.
-
-
Method Details
-
getChannel
- Returns:
- Channel to read the target blob.
-
getProperties
- Returns:
- Blob properties of the target blob.
-