Package org.yecht

Class Pointer

    • Field Detail

      • buffer

        public byte[] buffer
      • start

        public int start
    • Method Detail

      • empty

        public static Pointer empty()
      • nullPointer

        public static Pointer nullPointer()
      • create

        public static Pointer create​(byte[] buf,
                                     int start)
      • memcpy

        public void memcpy​(byte[] toBuffer,
                           int toIndex,
                           int len)
      • memcpy

        public void memcpy​(Pointer to,
                           int len)
      • withStart

        public Pointer withStart​(int start)