public final class Xdelta extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CHUNK_SIZE
The source file is broken up into chunks of this length (ought to be 16).
|
static int |
CHUNK_STEP
How many chunks are read once from the input? Greater value may improve performance.
|
static int |
DIFFERENT_SIZE
Initial size of the data block that may be inserted into the original stream (will grow accordingly if needed).
|
Constructor and Description |
---|
Xdelta() |
Modifier and Type | Method and Description |
---|---|
static void |
computeDelta(DataInput source,
DataInput target,
GDiffCreator output) |
static void |
main(String[] arg) |
public static final int CHUNK_SIZE
public static final int CHUNK_STEP
public static final int DIFFERENT_SIZE
public static void computeDelta(DataInput source, DataInput target, GDiffCreator output) throws IOException
IOException
Copyright © 2016 Egothor. All Rights Reserved.