protected class UnprotectedStringBuffer.WCS extends UnprotectedStringBuffer.AbstractCS implements ICharacterStream.Writable.Buffered
ICharacterStream.Writable.BufferedICharacterStream.Readable, ICharacterStream.Writable, ICharacterStream.WriterAsyncCloseableListenable.Implpriority| Modifier | Constructor and Description |
|---|---|
protected |
WCS() |
| Modifier and Type | Method and Description |
|---|---|
IAsync<IOException> |
flush()
Flush any buffered character.
|
IAsync<IOException> |
writeAsync(char c)
Write one character.
|
IAsync<IOException> |
writeAsync(char[] c,
int offset,
int length)
Write characters.
|
void |
writeSync(char c)
Write one character.
|
void |
writeSync(char[] c,
int offset,
int length)
Write characters.
|
closeResources, closeUnderlyingResources, getDescription, getEncoding, getPriority, setPriorityaddCloseListener, addCloseListener, close, closeAsync, isClosed, isClosing, lockClose, operation, operation, removeCloseListener, removeCloseListener, unlockCloseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteSync, writeSyncgetDescription, getEncoding, getPriority, setPrioritylockClose, unlockCloseclosecloseAfter, closeAsyncaddCloseListener, addCloseListener, close, isClosed, removeCloseListener, removeCloseListenerwriteAsync, writeAsyncpublic void writeSync(char[] c,
int offset,
int length)
ICharacterStream.WritablewriteSync in interface ICharacterStream.Writablepublic void writeSync(char c)
throws IOException
ICharacterStream.Writable.BufferedwriteSync in interface ICharacterStream.Writable.BufferedIOExceptionpublic IAsync<IOException> writeAsync(char[] c, int offset, int length)
ICharacterStream.WriterAsyncwriteAsync in interface ICharacterStream.WriterAsyncpublic IAsync<IOException> writeAsync(char c)
ICharacterStream.Writable.BufferedwriteAsync in interface ICharacterStream.Writable.Bufferedpublic IAsync<IOException> flush()
ICharacterStream.Writable.Bufferedflush in interface ICharacterStream.Writable.BufferedCopyright © 2019. All rights reserved.