public class ByteBuffer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
buffer |
private static int |
BUFFER |
private int |
ptr |
Constructor and Description |
---|
ByteBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
append(byte[] b) |
void |
append(byte[] b,
int offs,
int length) |
byte[] |
getArray() |
int |
getLength() |
private static final int BUFFER
private byte[] buffer
private int ptr
Copyright 2004-2015 Wandora Team