public class ByteBuffer extends Object
ByteBuffer()
ByteBuffer(int extend)
void
append(byte in)
append(byte[] in)
append(byte[] in, int offset, int len)
clear()
int
getSize()
byte[]
toByte()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteBuffer()
public ByteBuffer(int extend)
public void append(byte in)
public void append(byte[] in)
public void append(byte[] in, int offset, int len)
public int getSize()
public byte[] toByte()
public void clear()
Copyright © 2014. All rights reserved.