public abstract class BinaryStream extends Object implements Stream
| Modifier and Type | Field and Description |
|---|---|
static int |
BUFFER_SIZE
.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BinaryStream |
append(byte[] data) |
abstract BinaryStream |
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) |
public static final int BUFFER_SIZE
public Stream append(CharBuffer buffer) throws IOException
append in interface StreamIOExceptionpublic abstract BinaryStream append(byte[] data, int off, int len) throws IOException
append in interface StreamIOExceptionpublic abstract BinaryStream append(byte[] data) throws IOException
append in interface StreamIOExceptionpublic Stream append(ByteBuffer buffer) throws IOException
append in interface StreamIOExceptionpublic Stream append(CharSequence csq) throws IOException
append in interface Appendableappend in interface StreamIOExceptionpublic Stream append(CharSequence csq, int start, int end) throws IOException
append in interface Appendableappend in interface StreamIOExceptionpublic Stream append(char c) throws IOException
append in interface Appendableappend in interface StreamIOExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.