public class AsyncStreamable extends Object implements Streamable, Appendable, Closeable
Streamable.Bytes, Streamable.CharSequence, Streamable.InputStream| Constructor and Description |
|---|
AsyncStreamable() |
| Modifier and Type | Method and Description |
|---|---|
AsyncStreamable |
append(char c) |
AsyncStreamable |
append(CharSequence csq) |
AsyncStreamable |
append(CharSequence csq,
int start,
int end) |
void |
close() |
void |
send(Stream stream) |
public void send(Stream stream) throws IOException
send in interface StreamableIOExceptionpublic AsyncStreamable append(CharSequence csq) throws IOException
append in interface AppendableIOExceptionpublic AsyncStreamable append(CharSequence csq, int start, int end) throws IOException
append in interface AppendableIOExceptionpublic AsyncStreamable append(char c) throws IOException
append in interface AppendableIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2013 eXo Platform SAS. All Rights Reserved.