File Merger

 Description:          The following two programs merge the pieces obtained from the splitting using File Splitter class.   Primary Inputs:    Name of the original file that was split using FileSplitter.java Primary Output:    Original File in its entirety. Platform Used:      JDK 1.6 with JCreator   //File Name: MergeFiles.java //Contains the main function for file merging //this file uses the FileMerger class import ...