juzu.io
Class BinaryOutputStream
java.lang.Object
juzu.io.BinaryOutputStream
- All Implemented Interfaces:
- Closeable, Flushable, Stream, Stream.Binary
public class BinaryOutputStream
- extends Object
- implements Stream.Binary
- Author:
- Julien Viet
BinaryOutputStream
public BinaryOutputStream(OutputStream delegate)
append
public Stream.Binary append(byte[] data)
throws IOException
- Specified by:
append
in interface Stream.Binary
- Throws:
IOException
append
public Stream.Binary append(byte[] data,
int off,
int len)
throws IOException
- Specified by:
append
in interface Stream.Binary
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Throws:
IOException
Copyright © 2013 eXo Platform SAS. All Rights Reserved.