public class CP437InputStreamReader
extends java.io.Reader
Constructor and Description |
---|
CP437InputStreamReader(java.io.InputStream input)
Constructor takes an arbitrary InputStream.
|
public CP437InputStreamReader(java.io.InputStream input) throws java.io.IOException
input
- interpreted as raw binary datajava.io.IOException
public int read() throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
public int read(char[] cbuf, int offset, int length) throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
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