Package org.apache.cassandra.io.util
Class FileReader
- java.lang.Object
-
- java.io.Reader
-
- java.io.InputStreamReader
-
- org.apache.cassandra.io.util.FileReader
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.lang.Readable
public class FileReader extends java.io.InputStreamReader
-
-
Constructor Summary
Constructors Constructor Description FileReader(java.lang.String file)
FileReader(File file)
-
-
-
Constructor Detail
-
FileReader
public FileReader(java.lang.String file) throws java.io.IOException
- Throws:
java.io.IOException
-
FileReader
public FileReader(File file) throws java.io.IOException
- Throws:
java.io.IOException
-
-