Class FileByteBuffer


  • public class FileByteBuffer
    extends Object
    • Method Detail

      • get

        public byte get()
      • get

        public byte get​(int index)
      • getChar

        public char getChar()
      • getChar

        public char getChar​(int index)
      • getShort

        public short getShort()
      • getShort

        public short getShort​(int index)
      • putShort

        public FileByteBuffer putShort​(int index,
                                       short value)
      • getInt

        public int getInt()
      • getInt

        public int getInt​(int index)
      • getLong

        public long getLong()
      • getLong

        public long getLong​(int index)
      • position

        public void position​(int index)
      • put

        public void put​(byte[] src,
                        int offset,
                        int length)
      • get

        public FileByteBuffer get​(byte[] dst,
                                  int offset,
                                  int length)