Class StitchJob

All Implemented Interfaces:
Runnable

public class StitchJob
extends Job
A Job to one or more chopped (*.chp + *.cXX) files back into the original file. The *.chp file is parsed to discover how to revert the chop process, then multiple InputStreams are created and the original file is recreated through a FileOutputStream.