public interface ICharacterStream extends IConcurrentCloseable<IOException>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICharacterStream.Readable
Readable character stream.
|
static interface |
ICharacterStream.Writable
Writable character stream.
|
static interface |
ICharacterStream.WriterAsync
Asynchronous writable character stream.
|
CloseableListenable.Impl| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Description.
|
Charset |
getEncoding()
Return the encoding of the stream.
|
byte |
getPriority()
Return the priority.
|
void |
setPriority(byte priority)
Change the priority (see Task priorities).
|
lockClose, unlockCloseclosecloseAfter, closeAsyncaddCloseListener, addCloseListener, close, isClosed, removeCloseListener, removeCloseListenerCopyright © 2019. All rights reserved.