java.io.Closeable, java.lang.AutoCloseable, java.lang.Readablepublic class UnicodeReader
extends java.io.Reader
| Constructor | Description |
|---|---|
UnicodeReader(java.io.InputStream in) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
java.lang.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(java.io.InputStream in)
in - InputStream to be readpublic java.lang.String getEncoding()
protected void init()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in class java.io.Readerjava.io.IOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
read in class java.io.Readerjava.io.IOException