private class InputStreamWrapper.WrappedStreamISO88591Reader
extends java.io.Reader
Modifier | Constructor and Description |
---|---|
private |
WrappedStreamISO88591Reader() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(char[] b) |
int |
read(char[] b,
int off,
int len) |
boolean |
ready() |
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Reader
java.io.IOException
public int read(char[] b, int off, int len) throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
public int read(char[] b) throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
public boolean ready() throws java.io.IOException
ready
in class java.io.Reader
java.io.IOException