public class ByteBufferOutputStream extends OutputStream
Constructor and Description |
---|
ByteBufferOutputStream(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int off,
int len) |
void |
write(int i) |
close, flush
public ByteBufferOutputStream(ByteBuffer buffer)
public void write(int i) throws IOException
write
in class OutputStream
IOException
public void write(byte[] bytes) throws IOException
write
in class OutputStream
IOException
public void write(byte[] bytes, int off, int len) throws IOException
write
in class OutputStream
IOException
Copyright © 2017. All rights reserved.