Package com.myJava.file.delta

Interface Summary
Constants
DeltaProcessor
LayerHandler
 

Class Summary
DefaultDeltaProcessor
DeltaInputStream
DeltaLayer Implements a diff layer over the original file.
DeltaMerger To refactor : should be mutualized with the DeltaInputStream
DeltaReader
DeltaReadInstruction
LayerWriterDeltaProcessor Diff file format : Set of items, which are either : [NEW_BYTES_SIGNATURE : 8 bytes][SIZE : 4 bytes][DATA : *SIZE* bytes] or [FOUND_BLOCK_SIGNATURE : 8 bytes][FROM_POSITION : 8 bytes][TO_POSITION : 8 bytes]
 

Exception Summary
DeltaException
DeltaProcessorException