juzu.io
Interface Stream

All Superinterfaces:
Closeable, Flushable
All Known Subinterfaces:
Stream.Binary, Stream.Char
All Known Implementing Classes:
AppendableStream, BinaryOutputStream

public interface Stream
extends Flushable, Closeable

Author:
Julien Viet

Nested Class Summary
static interface Stream.Binary
          A binary stream.
static interface Stream.Char
          A stream that extends the appendable interface and add support for the CharArray class.
 
Method Summary
 
Methods inherited from interface java.io.Flushable
flush
 
Methods inherited from interface java.io.Closeable
close
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.