public class ByteVector extends Object
ByteVector()
ByteVector(byte[] byteBuffer)
ByteVector(int initialSize)
void
add(byte x)
add(byte[] array)
add(byte[] array, int off, int len)
clear()
byte
get(int index)
int
size()
byte[]
toByteArray()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteVector()
public ByteVector(int initialSize)
public ByteVector(byte[] byteBuffer)
public void add(byte x)
public int size()
public byte get(int index)
public void add(byte[] array)
public void add(byte[] array, int off, int len)
public void clear()
public byte[] toByteArray()
Copyright © 2014 Open Microscopy Environment