Module eu.steffo.cleaver
Package eu.steffo.cleaver.logic.split
The package containing classes related to the file splitting/merging functionality.
-
Class Summary Class Description MergeConfig ASplitConfig
created by reading a *.chp file, containing the number of parts and their size, but not the resulting file size.SplitByPartsConfig SplitBySizeConfig ASplitConfig
for splitting a file in parts of a specific part size.SplitConfig A class containing the configuration for the split/merge step of aJob
.SplitFileInputStream SplitFileOutputStream A customOutputStream
that writes the bytes received in input in multiple files with a progressively increasing number (.c1, .c2, .c3, and so on).