Class SVNDeltaCombiner

java.lang.Object
org.tmatesoft.svn.core.internal.delta.SVNDeltaCombiner

public class SVNDeltaCombiner extends java.lang.Object
Version:
1.3
  • Field Details

    • myWindow

      private SVNDiffWindow myWindow
    • myWindowData

      private java.nio.ByteBuffer myWindowData
    • myNextWindowInstructions

      private java.nio.ByteBuffer myNextWindowInstructions
    • myNextWindowData

      private java.nio.ByteBuffer myNextWindowData
    • myTarget

      private java.nio.ByteBuffer myTarget
    • myRealTarget

      private java.nio.ByteBuffer myRealTarget
    • myReadWindowBuffer

      private java.nio.ByteBuffer myReadWindowBuffer
    • myRangeTree

      private SVNRangeTree myRangeTree
    • myOffsetsIndex

      private SVNDeltaCombiner.SVNOffsetsIndex myOffsetsIndex
    • myWindowInstructions

      private SVNDiffInstruction[] myWindowInstructions
    • myInstructionTemplate

      private SVNDiffInstruction myInstructionTemplate
  • Constructor Details

    • SVNDeltaCombiner

      public SVNDeltaCombiner()
  • Method Details