Uses of Interface
org.egothor.util.diff.GDiffCreator

Packages that use GDiffCreator
org.egothor.util.diff   
 

Uses of GDiffCreator in org.egothor.util.diff
 

Classes in org.egothor.util.diff that implement GDiffCreator
 class GDiffDumpCreator
           
 class GDiffWriter
          The patch file format is described at Generic Diff Format Specification
 

Methods in org.egothor.util.diff with parameters of type GDiffCreator
static void Xdelta.computeDelta(DataInput source, DataInput target, GDiffCreator output)