public class ByteBufferBackedOutputStream extends OutputStream
Constructor and Description |
---|
ByteBufferBackedOutputStream(ByteBuffer buf) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
write(byte[] bytes,
int off,
int len) |
void |
write(int b) |
flush, write
public ByteBufferBackedOutputStream(ByteBuffer buf)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] bytes, int off, int len) throws IOException
write
in class OutputStream
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
Copyright © 2010–2018 Jadira Systems. All rights reserved.