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, append
public 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 Appendable
append
in interface Stream
append
in class CharStream
IOException
public Stream append(CharSequence csq, int start, int end) throws IOException
append
in interface Appendable
append
in interface Stream
append
in class CharStream
IOException
public Stream append(char c) throws IOException
append
in interface Appendable
append
in interface Stream
append
in class CharStream
IOException
public void close() throws IOException
IOException
public void flush() throws IOException
IOException
Copyright © 2013 eXo Platform SAS. All Rights Reserved.