Class ByteBufferPtr


  • public class ByteBufferPtr
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteBufferPtr​(byte[] buffer, int index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ByteBufferPtr add​(int offset)  
      int get​(int i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteBufferPtr

        public ByteBufferPtr​(byte[] buffer,
                             int index)
    • Method Detail

      • get

        public int get​(int i)