SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.server.source.BinaryDelta

Packages that use BinaryDelta
org.sourcejammer.server.make   
 

Uses of BinaryDelta in org.sourcejammer.server.make
 

Methods in org.sourcejammer.server.make that return BinaryDelta
 BinaryDelta BuildDelta.buildBinaryDelta(byte[] byOld, byte[] byNew)
          Builds a delta file (BinaryDelta) representing the difference between the two byte arrays such that byNew can be reconstructed using just the BinaryDelta constructed here and byOld.
 


SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan