Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSFile
-
Packages that use FSFile Package Description org.tmatesoft.svn.core.internal.delta org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.fs.index -
-
Uses of FSFile in org.tmatesoft.svn.core.internal.delta
Methods in org.tmatesoft.svn.core.internal.delta with parameters of type FSFile Modifier and Type Method Description SVNDiffWindowSVNDeltaCombiner. readWindow(FSFile file, int version)voidSVNDeltaCombiner. skipWindow(FSFile file) -
Uses of FSFile in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSFile Modifier and Type Method Description protected FSFileFSFS. getPackOrRevisionFSFile(long revision)protected FSFileFSFS. getRevisionFSFile(long revision)protected FSFileFSFS. getTransactionChangesFile(java.lang.String txnID)protected FSFileFSFS. getTransactionRevisionNodeChildrenFile(FSID txnID)protected FSFileFSFS. getTransactionRevisionNodePropertiesFile(FSID id)protected FSFileFSFS. getTransactionRevisionPrototypeFile(java.lang.String txnID)FSFileFSFS. openAndSeekRepresentation(FSRepresentation rep)Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSFile Modifier and Type Method Description protected java.util.MapFSRoot. fetchAllChanges(FSFile changesFile, boolean prefolded)static voidFSRepositoryUtil. loadRootChangesOffset(FSFS fsfs, long revision, FSFile file, long[] rootOffset, long[] changesOffset)static voidFSRepositoryUtil. loadRootChangesOffsetLogicalAddressing(FSFS fsfs, long revision, FSFile file, long index, long[] rootOffset, long[] changesOffset)protected longFSFS. lookupOffsetInIndex(FSFile file, long revision, long itemIndex)protected longFSFS. lookupOffsetInProtoIndex(FSFile file, java.lang.String txnId, long itemIndex)voidFSFS. readOptions(FSFile formatFile, int formatNumber)static FSInputStream.FSRepresentationStateFSInputStream. readRepresentationLine(FSFile file) -
Uses of FSFile in org.tmatesoft.svn.core.internal.io.fs.index
Constructors in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSFile Constructor Description FSLogicalAddressingIndex(FSFS fsfs, FSFile myFile)FSPackedNumbersStream(FSFile input)
-