public class AppendableStream extends CharStream
BUFFER_SIZE| Constructor and Description |
|---|
AppendableStream(Charset charset,
Appendable out) |
AppendableStream(Charset charset,
Appendable out,
Flushable flushable,
Closeable closeable) |
| Modifier and Type | Method and Description |
|---|---|
Stream |
append(char c) |
Stream |
append(CharSequence csq) |
Stream |
append(CharSequence csq,
int start,
int end) |
void |
close() |
void |
flush() |
append, append, append, appendpublic AppendableStream(Charset charset, Appendable out)
public AppendableStream(Charset charset, Appendable out, Flushable flushable, Closeable closeable)
public Stream append(CharSequence csq) throws IOException
append in interface Appendableappend in interface Streamappend in class CharStreamIOExceptionpublic Stream append(CharSequence csq, int start, int end) throws IOException
append in interface Appendableappend in interface Streamappend in class CharStreamIOExceptionpublic Stream append(char c) throws IOException
append in interface Appendableappend in interface Streamappend in class CharStreamIOExceptionpublic void close()
throws IOException
IOExceptionpublic void flush()
throws IOException
IOExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.