Package | Description |
---|---|
net.minecraftforge.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 | Field and Description |
---|---|
private DiffWriter |
Delta.output |
Modifier and Type | Method and Description |
---|---|
void |
Delta.compute(byte[] sourceBytes,
java.io.InputStream inputStream,
DiffWriter diffWriter)
Compares the source bytes with target input, writing to output.
|
void |
Delta.compute(java.io.File sourceFile,
java.io.File targetFile,
DiffWriter output)
Compares the source file with a target file, writing to output.
|
void |
Delta.compute(SeekableSource seekSource,
java.io.InputStream targetIS,
DiffWriter output)
Compares the source with a target, writing to output.
|