Class StorageFileInputStream

    • Method Detail

      • dispatchRead

        protected ByteBuffer dispatchRead​(int readLength,
                                          long offset)
        Dispatches a read operation of N bytes.
        Specified by:
        dispatchRead in class StorageInputStream
        Parameters:
        readLength - An int which represents the number of bytes to read.