Class IdenticalFileCompactor

All Implemented Interfaces:
Serializable, FileCompactor

@Internal public class IdenticalFileCompactor extends ConcatFileCompactor
A simple OutputStreamBasedFileCompactor implementation that directly copy the content of the only input file to the output.
See Also: