public class ByteBuffer extends Object
ByteBuffer()
ByteBuffer(int paceSize)
void
append(byte[] bts)
append(byte[] bts, int length)
int
size()
byte[]
toByteArray()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteBuffer()
public ByteBuffer(int paceSize)
public void append(byte[] bts)
public void append(byte[] bts, int length)
public int size()
public byte[] toByteArray()
Copyright © 2019. All rights reserved.