Class ChopJob

All Implemented Interfaces:
Runnable

public class ChopJob
extends Job
A Job to convert a file into one or more chopped (*.chp + *.cXX) files. The conversion is done in steps, which may be skipped if the required configuration is null:
  1. Compress (if compressConfig is not null)
  2. Crypt (if cryptConfig is not null)
  3. Split (if splitConfig is not null)
  4. *.chp file creation
See Also:
StitchJob