class FileConcat::SimpleConcat
Simple file concatenation that performs a no-thrills operation. Friendly to small and large amounts of files, this is extremely basic and uses the underlying filesystem to do the actual heavy lifting (there's code written by the I/O experts for this, so don't reinvent the wheel).