public class CharacterStreamWritePool extends Object
| Constructor and Description |
|---|
CharacterStreamWritePool(ICharacterStream.Writable stream)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IAsync<IOException> |
flush()
Returns the synchronization point of the latest write operation.
|
IAsync<IOException> |
write(char c)
Write a single character.
|
IAsync<IOException> |
write(char[] chars)
Write the given characters.
|
IAsync<IOException> |
write(char[] chars,
int offset,
int length)
Write the given characters.
|
IAsync<IOException> |
write(CharBuffer chars)
Write the given characters.
|
IAsync<IOException> |
write(CharBuffer[] chars)
Write the given characters.
|
IAsync<IOException> |
write(CharSequence s)
Write the given string.
|
IAsync<IOException> |
write(IString s)
Write the given string.
|
IAsync<IOException> |
write(String s)
Write the given string.
|
public CharacterStreamWritePool(ICharacterStream.Writable stream)
public IAsync<IOException> write(char c)
public IAsync<IOException> write(char[] chars)
public IAsync<IOException> write(char[] chars, int offset, int length)
public IAsync<IOException> write(CharBuffer chars)
public IAsync<IOException> write(CharBuffer[] chars)
public IAsync<IOException> write(String s)
public IAsync<IOException> write(IString s)
public IAsync<IOException> write(CharSequence s)
public IAsync<IOException> flush()
Copyright © 2019. All rights reserved.