public abstract class SVNDeltaAlgorithm
extends java.lang.Object
Constructor and Description |
---|
SVNDeltaAlgorithm() |
Modifier and Type | Method and Description |
---|---|
abstract void |
computeDelta(byte[] a,
int aLength,
byte[] b,
int bLength) |
protected void |
copyFromNewData(byte[] data,
int offset,
int length) |
protected void |
copyFromSource(int position,
int length) |
protected void |
copyFromTarget(int position,
int length) |
java.nio.ByteBuffer |
getData() |
int |
getInstructionsLength() |
int |
getNewDataLength() |
void |
reset() |
public void reset()
public abstract void computeDelta(byte[] a, int aLength, byte[] b, int bLength)
public java.nio.ByteBuffer getData()
public int getInstructionsLength()
public int getNewDataLength()
protected void copyFromSource(int position, int length)
protected void copyFromTarget(int position, int length)
protected void copyFromNewData(byte[] data, int offset, int length)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.