public class ByteBufferOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
ByteBufferOutputStream(java.nio.ByteBuffer buf) |
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] bytes,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException