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