Class FSInputStream.FSRepresentationState

java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSInputStream.FSRepresentationState
Enclosing class:
FSInputStream

public static class FSInputStream.FSRepresentationState extends Object
  • Field Details

    • myFile

      FSFile myFile
    • myStart

      long myStart
    • myOffset

      long myOffset
    • myEnd

      long myEnd
    • myVersion

      int myVersion
    • myChunkIndex

      int myChunkIndex
    • myIsDelta

      boolean myIsDelta
    • myIsDeltaVsEmpty

      boolean myIsDeltaVsEmpty
    • myBaseRevision

      long myBaseRevision
    • myBaseOffset

      long myBaseOffset
    • myBaseLength

      long myBaseLength
  • Constructor Details

    • FSRepresentationState

      public FSRepresentationState()