public abstract class CharStream extends Object implements Stream
BUFFER_SIZE| Constructor and Description |
|---|
CharStream(Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
Stream |
append(byte[] data) |
Stream |
append(byte[] data,
int off,
int len) |
Stream |
append(ByteBuffer buffer) |
abstract Stream |
append(char c) |
Stream |
append(CharBuffer buffer) |
abstract Stream |
append(CharSequence csq) |
abstract Stream |
append(CharSequence csq,
int start,
int end) |
public CharStream(Charset charset)
public abstract Stream append(CharSequence csq) throws IOException
append in interface Appendableappend in interface StreamIOExceptionpublic abstract Stream append(CharSequence csq, int start, int end) throws IOException
append in interface Appendableappend in interface StreamIOExceptionpublic abstract Stream append(char c) throws IOException
append in interface Appendableappend in interface StreamIOExceptionpublic Stream append(byte[] data) throws IOException
append in interface StreamIOExceptionpublic Stream append(byte[] data, int off, int len) throws IOException
append in interface StreamIOExceptionpublic Stream append(ByteBuffer buffer) throws IOException
append in interface StreamIOExceptionpublic Stream append(CharBuffer buffer) throws IOException
append in interface StreamIOExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.