public class ByteBufferOutputStream extends java.io.OutputStream
ByteBufferOutputStream(java.nio.ByteBuffer buffer)
void
write(byte[] b, int off, int len)
write(int b)
close, flush, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteBufferOutputStream(java.nio.ByteBuffer buffer)
public void write(int b)
write
java.io.OutputStream
public void write(byte[] b, int off, int len)
Copyright © 2013 The Apache Software Foundation