public class Unicode extends FilterReader
in| Constructor and Description |
|---|
Unicode(InputStream in) |
Unicode(Reader in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
boolean |
ready() |
close, mark, markSupported, reset, skippublic Unicode(Reader in)
public Unicode(InputStream in)
public int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionpublic boolean ready()
throws IOException
ready in class FilterReaderIOExceptionCopyright © 2020 Soot OSS. All rights reserved.