Interface IByteBufferStorageReader


public interface IByteBufferStorageReader
Acts as a reader over a IByteBufferStorage
Since:
7.1
Author:
eitany
  • Method Details

    • readByte

      byte readByte()
    • readInt

      int readInt()
    • readBytes

      void readBytes(byte[] result, int offset, int length)
    • setPosition

      void setPosition(long position)
    • getPosition

      long getPosition()
    • movePosition

      void movePosition(long offset)
    • readLong

      long readLong()
    • close

      void close()