public class BinaryOutputStream extends BinaryStream
BUFFER_SIZE| Constructor and Description |
|---|
BinaryOutputStream(Charset charset,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
BinaryStream |
append(byte[] data) |
BinaryStream |
append(byte[] data,
int off,
int len) |
void |
close() |
void |
flush() |
public BinaryOutputStream(Charset charset, OutputStream out)
public BinaryStream append(byte[] data, int off, int len) throws IOException
append in interface Streamappend in class BinaryStreamIOExceptionpublic BinaryStream append(byte[] data) throws IOException
append in interface Streamappend in class BinaryStreamIOExceptionpublic void flush()
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.