public static interface ICharacterStream.WriterAsync
| Modifier and Type | Method and Description |
|---|---|
default IAsync<IOException> |
writeAsync(char[] c)
Write characters.
|
IAsync<IOException> |
writeAsync(char[] c,
int offset,
int length)
Write characters.
|
default IAsync<IOException> |
writeAsync(String s)
Write characters of the given string.
|
IAsync<IOException> writeAsync(char[] c, int offset, int length)
default IAsync<IOException> writeAsync(char[] c)
default IAsync<IOException> writeAsync(String s)
Copyright © 2019. All rights reserved.