juzu.io
Interface Stream.Binary

All Superinterfaces:
Closeable, Flushable, Stream
All Known Implementing Classes:
BinaryOutputStream
Enclosing interface:
Stream

public static interface Stream.Binary
extends Stream

A binary stream.


Nested Class Summary
 
Nested classes/interfaces inherited from interface juzu.io.Stream
Stream.Binary, Stream.Char
 
Method Summary
 Stream.Binary append(byte[] data)
           
 Stream.Binary append(byte[] data, int off, int len)
           
 
Methods inherited from interface java.io.Flushable
flush
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

append

Stream.Binary append(byte[] data)
                     throws IOException
Throws:
IOException

append

Stream.Binary append(byte[] data,
                     int off,
                     int len)
                     throws IOException
Throws:
IOException


Copyright © 2013 eXo Platform SAS. All Rights Reserved.