public class Buffer extends java.lang.Object
Buffer(byte[] buf)
Buffer(byte[] buf, int offset, int length)
Buffer
copy()
byte[]
getBuf()
int
getLength()
getOffset()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Buffer(byte[] buf, int offset, int length)
public Buffer(byte[] buf)
public byte[] getBuf()
public int getOffset()
public int getLength()
public Buffer copy()
public java.lang.String toString()
toString
java.lang.Object