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.
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.