Package com.sun.xfile
Class XFileReader
java.lang.Object
java.io.Reader
java.io.InputStreamReader
com.sun.xfile.XFileReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
Convenience 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:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read, read, ready
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, reset, skip, transferTo
-
Constructor Details
-
XFileReader
- Throws:
IOException
-
XFileReader
- Throws:
IOException
-