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
myBaseLength
(package private) long
myBaseOffset
(package private) long
myBaseRevision
(package private) int
myChunkIndex
(package private) long
myEnd
(package private) FSFile
myFile
(package private) boolean
myIsDelta
(package private) boolean
myIsDeltaVsEmpty
(package private) long
myOffset
(package private) long
myStart
(package private) int
myVersion
-
Constructor Summary
Constructors Constructor Description FSRepresentationState()
-
-
-
Field Detail
-
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
-
-