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
IOException
public String getEncoding()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
public int read(char[] buf, int offset, int len) throws IOException
read
in class Reader
IOException
Copyright © 2003–2017 Jamon developers. All rights reserved.