Class ByteBuffer


  • public class ByteBuffer
    extends java.lang.Object
    • Constructor Detail

      • ByteBuffer

        public ByteBuffer()
      • ByteBuffer

        public ByteBuffer​(byte[] buffer)
    • Method Detail

      • append

        public void append​(char ch)
      • append

        public void append​(byte ch)
      • append

        public void append​(byte[] buf)
      • append

        public void append​(int ch)
      • append

        public void append​(java.lang.Object p1)
      • append

        public void append​(java.lang.String p1)
      • length

        public int length()
      • getBuffer

        public byte[] getBuffer()
      • getBytes

        public byte[] getBytes()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • resetRead

        public void resetRead()
      • nextCString

        public java.lang.String nextCString()
      • nextByte

        public int nextByte()
      • nextInt

        public int nextInt()