public class BufferStream extends java.io.OutputStream
void
write(byte[] b, int off, int len)
write(int value)
close, flush, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void write(int value)
write
java.io.OutputStream
public void write(byte[] b, int off, int len)