Class SVNDeltaCombiner
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.delta.SVNDeltaCombiner
-
public class SVNDeltaCombiner extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNDeltaCombiner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffer
addWindow(SVNDiffWindow window)
SVNDiffWindow
readWindow(FSFile file, int version)
void
reset()
void
skipWindow(FSFile file)
-
-
-
Method Detail
-
reset
public void reset()
-
readWindow
public SVNDiffWindow readWindow(FSFile file, int version) throws SVNException
- Throws:
SVNException
-
skipWindow
public void skipWindow(FSFile file) throws SVNException
- Throws:
SVNException
-
addWindow
public java.nio.ByteBuffer addWindow(SVNDiffWindow window) throws SVNException
- Throws:
SVNException
-
-