public class ByteArrayList
extends java.lang.Object
| Constructor and Description |
|---|
ByteArrayList() |
ByteArrayList(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte b) |
void |
add(byte[] b,
int start,
int len) |
byte |
get(int i) |
java.io.InputStream |
getAsInputStream() |
void |
set(int i,
byte b) |
int |
size() |
byte[] |
toArray() |