Package ch.tocco.nice2.toolbox.api.io
Class ReverseFileReader
java.lang.Object
ch.tocco.nice2.toolbox.api.io.ReverseFileReader
Deprecated.
This class reads a text file from bottom to top line by line.
-
Constructor Summary
ConstructorDescriptionReverseFileReader
(File file) Deprecated.ReverseFileReader
(File file, boolean omitEmptyLines) Deprecated.Constructs.ReverseFileReader
(String filename) Deprecated.ReverseFileReader
(String filename, boolean omitEmptyLines) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ReverseFileReader
Deprecated.Constructs.- Parameters:
file
- the file to readomitEmptyLines
- if set totrue
the #getLine method does not return empty lines- Throws:
FileNotFoundException
-
ReverseFileReader
Deprecated.- Throws:
FileNotFoundException
-
ReverseFileReader
Deprecated.- Throws:
FileNotFoundException
-
ReverseFileReader
Deprecated.- Throws:
FileNotFoundException
-
-
Method Details
-
getLine
Deprecated.- Throws:
IOException
-
iterator
Deprecated.
-