public class ByteBufferBackedOutputStream extends OutputStream
OutputStream implementation that appends content
 written in given ByteBuffer instance.| Modifier and Type | Field and Description | 
|---|---|
| protected ByteBuffer | _b | 
| Constructor and Description | 
|---|
| ByteBufferBackedOutputStream(ByteBuffer buf) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | write(byte[] bytes,
     int off,
     int len) | 
| void | write(int b) | 
close, flush, writeprotected final ByteBuffer _b
public ByteBufferBackedOutputStream(ByteBuffer buf)
public void write(int b)
           throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes,
                  int off,
                  int len)
           throws IOException
write in class OutputStreamIOExceptionCopyright © 2008–2020 FasterXML. All rights reserved.