Package org.syncany.chunk

Provides classes perform data deduplication on files.

The central classes of this package are Chunker to break files into individual chunks, MultiChunker to combine chunks into larger multichunks (containers), and Transformer transform the multichunk data stream. For variable-size chunkers, the Fingerprinter class is also important.

The Deduper combines the above classes and eases their usage.