public class CharacterChannelReader extends Reader
Reader use to convert CharacterChannel to Reader instance.| Constructor and Description |
|---|
CharacterChannelReader(CharacterChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(char[] cbuf,
int off,
int len) |
public CharacterChannelReader(CharacterChannel channel)
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2018 WSO2. All rights reserved.