public class ByteVector extends Object
| Constructor and Description | 
|---|
| ByteVector() | 
| ByteVector(byte[] byteBuffer) | 
| ByteVector(int initialSize) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(byte x) | 
| void | add(byte[] array) | 
| void | add(byte[] array,
   int off,
   int len) | 
| void | clear() | 
| (package private) void | doubleCapacity() | 
| byte | get(int index) | 
| int | size() | 
| byte[] | toByteArray() | 
Copyright © 2016 Open Microscopy Environment