| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.delta | |
| org.tmatesoft.svn.core.io.diff |
This package contains the classes necessary for such purposes as: generating
delta windows upon comparing target bytes against source ones (also may be
vs.
|
| Modifier and Type | Field and Description |
|---|---|
private SVNDiffInstruction |
SVNDeltaCombiner.myInstructionTemplate |
private SVNDiffInstruction |
SVNDeltaAlgorithm.myTemplateInstruction |
private SVNDiffInstruction[] |
SVNDeltaCombiner.myWindowInstructions |
| Modifier and Type | Method and Description |
|---|---|
private void |
SVNDeltaCombiner.copySourceInstructions(int offset,
int limit,
int targetOffset,
SVNDiffWindow window,
SVNDiffInstruction[] windowInsructions) |
private void |
SVNDeltaCombiner.createOffsetsIndex(SVNDiffInstruction[] instructions,
int length) |
| Modifier and Type | Field and Description |
|---|---|
private SVNDiffInstruction |
SVNDiffWindow.InstructionsIterator.myNextInsruction |
private SVNDiffInstruction |
SVNDiffWindow.myTemplateInstruction |
private SVNDiffInstruction |
SVNDiffWindow.myTemplateNextInstruction |
| Modifier and Type | Method and Description |
|---|---|
SVNDiffInstruction[] |
SVNDiffWindow.loadDiffInstructions(SVNDiffInstruction[] target)
Returns an array of instructions of this window.
|
private SVNDiffInstruction |
SVNDiffWindow.InstructionsIterator.readNextInstruction() |
| Modifier and Type | Method and Description |
|---|---|
SVNDiffInstruction[] |
SVNDiffWindow.loadDiffInstructions(SVNDiffInstruction[] target)
Returns an array of instructions of this window.
|