public class EncodingReader extends Reader
| Modifier and Type | Class and Description |
|---|---|
static class |
EncodingReader.Exception |
| Constructor and Description |
|---|
EncodingReader(InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getEncoding() |
int |
read(char[] buf,
int offset,
int len) |
public EncodingReader(InputStream stream) throws IOException
IOExceptionpublic String getEncoding()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read(char[] buf,
int offset,
int len)
throws IOException
read in class ReaderIOExceptionCopyright © 2003–2015 Jamon developers. All rights reserved.