Package | Description |
---|---|
org.tmatesoft.svn.core.internal.delta |
Modifier and Type | Method and Description |
---|---|
private static java.util.Map |
SVNXDeltaAlgorithm.createMatchesTable(byte[] data,
int dataLength,
int blockLength,
SVNXDeltaAlgorithm.PseudoAdler32 adler32) |
private static SVNXDeltaAlgorithm.Match |
SVNXDeltaAlgorithm.findMatch(java.util.Map matchesTable,
SVNXDeltaAlgorithm.PseudoAdler32 checksum,
byte[] a,
int aLength,
byte[] b,
int bLength,
int bPos,
SVNXDeltaAlgorithm.Match previousInsertion) |