Package | Description |
---|---|
cpw.mods.fml.repackage.com.nothome.delta |
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferSeekableSource
Wraps a byte buffer as a source
|
class |
RandomAccessFileSeekableSource
Wraps a random access file.
|
Modifier and Type | Method and Description |
---|---|
void |
Delta.compute(SeekableSource seekSource,
InputStream targetIS,
DiffWriter output)
Compares the source with a target, writing to output.
|
void |
GDiffPatcher.patch(SeekableSource source,
InputStream patch,
OutputStream out)
Patches to an output stream.
|
Constructor and Description |
---|
Checksum(SeekableSource source,
int chunkSize)
Initialize checksums for source.
|