Package | Description |
---|---|
cpw.mods.fml.repackage.com.nothome.delta |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|