Closeable
, AutoCloseable
, Readable
public class UnicodeReader extends Reader
Constructor | Description |
---|---|
UnicodeReader(InputStream in) |
Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mark, markSupported, read, read, read, ready, reset, skip, transferTo
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 AutoCloseable
close
in interface Closeable
close
in class Reader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class Reader
IOException
Copyright © 2008–2018. All rights reserved.