BlobSeekableByteChannelReadResult Class
- java.
lang. Object - com.
azure. storage. blob. models. BlobSeekableByteChannelReadResult
- com.
public final class BlobSeekableByteChannelReadResult
Contains the results of opening a SeekableByteChannel to read from a blob.
Constructor Summary
Constructor | Description |
---|---|
BlobSeekableByteChannelReadResult(SeekableByteChannel channel, BlobProperties properties) |
Creates a new instance of BlobSeekableByteChannelReadResult. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Seekable |
getChannel()
Gets the channel to read the target blob. |
Blob |
getProperties()
Gets the blob properties of the target blob. |
Methods inherited from java.lang.Object
Constructor Details
BlobSeekableByteChannelReadResult
public BlobSeekableByteChannelReadResult(SeekableByteChannel channel, BlobProperties properties)
Creates a new instance of BlobSeekableByteChannelReadResult.
Parameters:
Method Details
getChannel
public SeekableByteChannel getChannel()
Gets the channel to read the target blob.
Returns:
getProperties
public BlobProperties getProperties()
Gets the blob properties of the target blob.
Returns: