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 Stream
append
in class BinaryStream
IOException
public BinaryStream append(byte[] data) throws IOException
append
in interface Stream
append
in class BinaryStream
IOException
public void flush() throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2013 eXo Platform SAS. All Rights Reserved.