This return the contends of a file as a List[String]
Given a file object and a set of compression extensions, return the filename without any of the compression extensions.
Given a file object and a set of compression extensions, return the filename without any of the compression extensions.
Examples:
Input file object.
Possible compression extensions to trim.
Filename without compression extension.
Possible compression extensions to trim from input files.
This object contains generic io methods
Created by pjvan_thof on 6/4/15.