Class FSInputStream.FSRepresentationState

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

public static class FSInputStream.FSRepresentationState extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) long
     
    (package private) long
     
    (package private) long
     
    (package private) int
     
    (package private) long
     
    (package private) FSFile
     
    (package private) boolean
     
    (package private) boolean
     
    (package private) long
     
    (package private) long
     
    (package private) int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()