Package | Description |
---|---|
net.minecraftforge.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 | Field and Description |
---|---|
private SeekableSource |
Delta.SourceState.source |
Modifier and Type | Method and Description |
---|---|
void |
Delta.compute(SeekableSource seekSource,
java.io.InputStream targetIS,
DiffWriter output)
Compares the source with a target, writing to output.
|
private void |
GDiffPatcher.copy(long offset,
int length,
SeekableSource source,
java.io.OutputStream output) |
void |
GDiffPatcher.patch(SeekableSource source,
java.io.InputStream patch,
java.io.OutputStream out)
Patches to an output stream.
|
Constructor and Description |
---|
Checksum(SeekableSource source,
int chunkSize)
Initialize checksums for source.
|
SourceState(SeekableSource source) |