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.
|
available, close, mark, markSupported, read, read, read, reset, skip
protected ByteBuffer dispatchRead(int readLength, long offset) throws IOException
dispatchRead
in class StorageInputStream
readLength
- An int
which represents the number of bytes to read.IOException
- If an I/O error occurs.Copyright © 2019 Microsoft Corporation. All rights reserved.