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.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic int read(char[] cbuf,
int offset,
int length)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Readerjava.io.IOException