Handles common operations on files like getting the file name or checking if the file exists. In Scala this class would have been a trait. Because Java does not have traits, the functionality in this class is accessed by using composition.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.