Uses of Interface
com.nothome.delta.DiffWriter

Packages that use DiffWriter
com.nothome.delta This package contains classes for creating patches for binary files output in the GDIFF format. 
 

Uses of DiffWriter in com.nothome.delta
 

Classes in com.nothome.delta that implement DiffWriter
 class DebugDiffWriter
          For debugging patch generation.
 class GDiffWriter
          Outputs a diff following the GDIFF file specification available at http://www.w3.org/TR/NOTE-gdiff-19970901.html.
 

Methods in com.nothome.delta with parameters of type DiffWriter
 void Delta.compute(byte[] sourceBytes, InputStream inputStream, DiffWriter diffWriter)
          Compares the source bytes with target input, writing to output.
 void Delta.compute(File sourceFile, File targetFile, DiffWriter output)
          Compares the source file with a target file, writing to output.
 void Delta.compute(SeekableSource seekSource, InputStream targetIS, DiffWriter output)
          Compares the source with a target, writing to output.
 



Copyright © 2003-2008. All Rights Reserved.