com.sun.xfile
Class XFileReader

java.lang.Object
  |
  +--java.io.Reader
        |
        +--java.io.InputStreamReader
              |
              +--com.sun.xfile.XFileReader

public class XFileReader
extends java.io.InputStreamReader

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:
InputStreamReader, XFileInputStream

Constructor Summary
XFileReader(java.lang.String fileName)
           
XFileReader(XFile file)
           
 
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XFileReader

public XFileReader(java.lang.String fileName)
            throws java.io.IOException

XFileReader

public XFileReader(XFile file)
            throws java.io.IOException