Package com.sun.xfile
Class XFileReader
- java.lang.Object
-
- java.io.Reader
-
- java.io.InputStreamReader
-
- com.sun.xfile.XFileReader
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,java.lang.Readable
public class XFileReader extends java.io.InputStreamReaderConvenience class for reading character files. The constructors of this class assume that the default character encoding and the default byte-buffer size are appropriate. To specify these values yourself, construct an InputStreamReader on a FileInputStream.- See Also:
InputStreamReader,XFileInputStream
-
-
Constructor Summary
Constructors Constructor Description XFileReader(XFile file)XFileReader(java.lang.String fileName)
-
-
-
Constructor Detail
-
XFileReader
public XFileReader(java.lang.String fileName) throws java.io.IOException- Throws:
java.io.IOException
-
XFileReader
public XFileReader(XFile file) throws java.io.IOException
- Throws:
java.io.IOException
-
-