Class TextFileReader
java.lang.Object
com.scriptbasic.utility.functions.file.TextFileReader
- All Implemented Interfaces:
NoAccess,FileHandler,java.lang.AutoCloseable
public class TextFileReader extends java.lang.Object implements FileHandler, java.lang.AutoCloseable
-
Constructor Summary
Constructors Modifier Constructor Description protectedTextFileReader(java.io.BufferedReader br) -
Method Summary
-
Constructor Details
-
TextFileReader
protected TextFileReader(java.io.BufferedReader br)
-
-
Method Details
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfaceFileHandler- Throws:
java.io.IOException
-
readLine
protected java.lang.String readLine() throws java.io.IOException- Throws:
java.io.IOException
-