public class UnicodeReader extends Reader
| Constructor and Description |
|---|
UnicodeReader(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getEncoding()
Get stream encoding or NULL if stream is uninitialized.
|
protected void |
init()
Read-ahead four bytes and check for BOM marks.
|
int |
read(char[] cbuf,
int off,
int len) |
public UnicodeReader(InputStream in)
in - InputStream to be readpublic String getEncoding()
protected void init()
throws IOException
IOException - if InputStream cannot be createdpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionCopyright © 2008–2019. All rights reserved.