public static interface Stream.Char extends Stream, Appendable
CharArray class.Stream.Binary, Stream.Char| Modifier and Type | Method and Description |
|---|---|
Stream.Char |
append(char c) |
Stream.Char |
append(CharArray chars) |
Stream.Char |
append(CharSequence csq) |
Stream.Char |
append(CharSequence csq,
int start,
int end) |
Stream.Char append(CharArray chars) throws IOException
IOExceptionStream.Char append(CharSequence csq) throws IOException
append in interface AppendableIOExceptionStream.Char append(CharSequence csq, int start, int end) throws IOException
append in interface AppendableIOExceptionStream.Char append(char c) throws IOException
append in interface AppendableIOExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.