public static interface ICharacterStream.Writable extends ICharacterStream, ICharacterStream.WriterAsync
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICharacterStream.Writable.Buffered
Buffered writable character stream.
|
ICharacterStream.Readable, ICharacterStream.Writable, ICharacterStream.WriterAsyncCloseableListenable.Impl| Modifier and Type | Method and Description |
|---|---|
default void |
writeSync(char[] c)
Write characters.
|
void |
writeSync(char[] c,
int offset,
int length)
Write characters.
|
default void |
writeSync(String s)
Write characters of the given string.
|
getDescription, getEncoding, getPriority, setPrioritylockClose, unlockCloseclosecloseAfter, closeAsyncaddCloseListener, addCloseListener, close, isClosed, removeCloseListener, removeCloseListenerwriteAsync, writeAsync, writeAsyncvoid writeSync(char[] c,
int offset,
int length)
throws IOException
IOExceptiondefault void writeSync(char[] c)
throws IOException
IOExceptiondefault void writeSync(String s) throws IOException
IOExceptionCopyright © 2019. All rights reserved.