Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait