Uses of Class
patch.Chunk

Packages that use Chunk
patch   
 

Uses of Chunk in patch
 

Methods in patch that return Chunk
static Chunk[] PatchUtils.getChunks(java.lang.String[] patchSrc)
          Get the single chunks from the patch.
 

Methods in patch with parameters of type Chunk
static java.lang.String[] PatchUtils.applyChunks(java.lang.String[] targetSrc, Chunk[] chunks)
          Apply the chunks from the chunks array to the target.