Tests whether a File is a .gz file based on the extension
Tests whether a File is a .gz file based on the extension
a File object
true or false
Create an Iterator from some File (including .gz)
Create an Iterator from some File (including .gz)
is a File object
Returns an Iterator containing the lines of a File
Turn a .gz File object into an Iterator
Turn a .gz File object into an Iterator
a line-by-line iterator
Removes extension from filename (Apache Commons seemed to have trouble with .tsv)
Removes extension from filename (Apache Commons seemed to have trouble with .tsv)
a File object
a String representation of the File name without its extension