public final class BlobInputStream extends StorageInputStream
bufferSize, bufferStartOffset, lastError, streamFaulted| Modifier and Type | Method and Description |
|---|---|
protected ByteBuffer |
dispatchRead(int readLength,
long offset)
Dispatches a read operation of N bytes.
|
BlobProperties |
getProperties()
Gets the blob properties.
|
available, close, mark, markSupported, read, read, read, reset, skipnullInputStream, readAllBytes, readNBytes, readNBytes, transferToprotected ByteBuffer dispatchRead(int readLength, long offset) throws IOException
dispatchRead in class StorageInputStreamreadLength - An int which represents the number of bytes to read.IOException - If an I/O error occurs.public BlobProperties getProperties()
If no data has been read from the stream, a network call is made to get properties. Otherwise, the blob properties obtained from the download are stored.
BlobPropertiesCopyright © 2020 Microsoft Corporation. All rights reserved.