public class ByteArrayList extends java.lang.Object
ByteArrayList()
ByteArrayList(int capacity)
void
add(byte b)
add(byte[] b, int start, int len)
byte
get(int i)
java.io.InputStream
getAsInputStream()
set(int i, byte b)
int
size()
byte[]
toArray()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteArrayList()
public ByteArrayList(int capacity)
public byte get(int i)
public void set(int i, byte b)
public int size()
public void add(byte b)
public void add(byte[] b, int start, int len)
public java.io.InputStream getAsInputStream()
public byte[] toArray()
Copyright ? 2013 Regents of the University of California