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) Creates a new instance ofBlobSeekableByteChannelReadResult
. -
Method Summary
Modifier and TypeMethodDescriptionGets the channel to read the target blob.Gets the blob properties of the target blob.
-
Constructor Details
-
BlobSeekableByteChannelReadResult
Creates a new instance ofBlobSeekableByteChannelReadResult
.- Parameters:
channel
- Channel to read the target blob.properties
- Blob properties of the target blob.
-
-
Method Details
-
getChannel
Gets the channel to read the target blob.- Returns:
- Channel to read the target blob.
-
getProperties
Gets the blob properties of the target blob.- Returns:
- Blob properties of the target blob.
-