public class ByteBufferBackedOutputStream
extends java.io.OutputStream
OutputStream
implementation that appends content
written in given ByteBuffer
instance.Constructor and Description |
---|
ByteBufferBackedOutputStream(java.nio.ByteBuffer buf) |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] bytes,
int off,
int len) |
void |
write(int b) |
public ByteBufferBackedOutputStream(java.nio.ByteBuffer buf)
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] bytes, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved