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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()protected java.lang.StringreadLine()
-
-
-
Method Detail
-
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
-
-