Class SVNDeltaReader
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.delta.SVNDeltaReader
-
public class SVNDeltaReader extends java.lang.Object
Reads diff windows from stream and feeds them to the ISVNDeltaConsumer instance.- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNDeltaReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
nextWindow(byte[] data, int offset, int length, java.lang.String path, ISVNDeltaConsumer consumer)
void
reset(java.lang.String path, ISVNDeltaConsumer consumer)
-
-
-
Method Detail
-
reset
public void reset(java.lang.String path, ISVNDeltaConsumer consumer) throws SVNException
- Throws:
SVNException
-
nextWindow
public void nextWindow(byte[] data, int offset, int length, java.lang.String path, ISVNDeltaConsumer consumer) throws SVNException
- Throws:
SVNException
-
-