public interface Stream extends Flushable, Closeable, Appendable
| Modifier and Type | Field and Description |
|---|---|
static int |
BUFFER_SIZE
.
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
append(byte[] data) |
Stream |
append(byte[] data,
int off,
int len) |
Stream |
append(ByteBuffer buffer) |
Stream |
append(char c) |
Stream |
append(CharBuffer buffer) |
Stream |
append(CharSequence csq) |
Stream |
append(CharSequence csq,
int start,
int end) |
static final int BUFFER_SIZE
Stream append(CharBuffer buffer) throws IOException
IOExceptionStream append(CharSequence csq) throws IOException
append in interface AppendableIOExceptionStream append(CharSequence csq, int start, int end) throws IOException
append in interface AppendableIOExceptionStream append(ByteBuffer buffer) throws IOException
IOExceptionStream append(char c) throws IOException
append in interface AppendableIOExceptionStream append(byte[] data) throws IOException
IOExceptionStream append(byte[] data, int off, int len) throws IOException
IOExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.