juzu.io
Interface Stream.Char

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

public static interface Stream.Char
extends Stream, Appendable

A stream that extends the appendable interface and add support for the CharArray class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface juzu.io.Stream
Stream.Binary, Stream.Char
 
Method Summary
 Stream.Char append(char c)
           
 Stream.Char append(CharArray chars)
           
 Stream.Char append(CharSequence csq)
           
 Stream.Char append(CharSequence csq, int start, int end)
           
 
Methods inherited from interface java.io.Flushable
flush
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

append

Stream.Char append(CharArray chars)
                   throws IOException
Throws:
IOException

append

Stream.Char append(CharSequence csq)
                   throws IOException
Specified by:
append in interface Appendable
Throws:
IOException

append

Stream.Char append(CharSequence csq,
                   int start,
                   int end)
                   throws IOException
Specified by:
append in interface Appendable
Throws:
IOException

append

Stream.Char append(char c)
                   throws IOException
Specified by:
append in interface Appendable
Throws:
IOException


Copyright © 2013 eXo Platform SAS. All Rights Reserved.