Writing List of deltas to File and size of that File is coming more than...
Status: Beta
Brought to you by:
rsdio
I just tested the jarSync.03 , did three steps
1/ Computed checksum of original File
List Checksum = generator.generateSums(originalfile);
2/ Generated the delta by passing the list of checksum
List<delta> d = m.hashSearch(Checksum, remoteFileFile);
3/ Rebuilder.rebuildFileInPlace(originalfile Delta);//
My query is that , am writing the List of deltas to a file . and size of file (on which list of delta is written ) is coming greater than the remote (modified file ).</delta>