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 SVNDiffWindow
SVNDeltaCombiner. readWindow(FSFile file, int version)
void
SVNDeltaCombiner. skipWindow(FSFile file)
-
Uses of FSFile in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSFile Modifier and Type Field Description (package private) FSFile
FSInputStream.FSRepresentationState. myFile
private FSFile
FSUpdateContext. myReportIS
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSFile Modifier and Type Method Description protected FSFile
FSFS. getPackOrRevisionFSFile(long revision)
protected FSFile
FSFS. getRevisionFSFile(long revision)
protected FSFile
FSFS. getTransactionChangesFile(java.lang.String txnID)
protected FSFile
FSFS. getTransactionRevisionNodeChildrenFile(FSID txnID)
protected FSFile
FSFS. getTransactionRevisionNodePropertiesFile(FSID id)
protected FSFile
FSFS. getTransactionRevisionPrototypeFile(java.lang.String txnID)
FSFile
FSFS. openAndSeekRepresentation(FSRepresentation rep)
private FSFile
FSFS. openAndSeekRevision(long revision, long itemIndex)
private FSFile
FSFS. openAndSeekTransaction(FSRepresentation rep)
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSFile Modifier and Type Method Description private byte[]
FSFS. applyDeltaFromFSFile(FSFile revisionFile, int deltaSize, java.io.InputStream baseStream, java.lang.StringBuilder outputChecksum)
protected java.util.Map
FSRoot. fetchAllChanges(FSFile changesFile, boolean prefolded)
private void
FSRecoverer. findMaxIDs(long rev, FSFile revFile, long offset, java.lang.String[] maxNodeID, java.lang.String[] maxCopyID)
private void
FSRevisionRoot. loadOffsets(FSFile file, long itemIndex)
static void
FSRepositoryUtil. loadRootChangesOffset(FSFS fsfs, long revision, FSFile file, long[] rootOffset, long[] changesOffset)
static void
FSRepositoryUtil. loadRootChangesOffsetLogicalAddressing(FSFS fsfs, long revision, FSFile file, long index, long[] rootOffset, long[] changesOffset)
protected long
FSFS. lookupOffsetInIndex(FSFile file, long revision, long itemIndex)
protected long
FSFS. lookupOffsetInProtoIndex(FSFile file, java.lang.String txnId, long itemIndex)
private FSP2LEntry
FSOutputStream. lookupP2LEntry(FSFile revFile, long revision, long offset)
private FSPathChange
FSRoot. readChange(FSFile raReader)
void
FSFS. readOptions(FSFile formatFile, int formatNumber)
static FSInputStream.FSRepresentationState
FSInputStream. readRepresentationLine(FSFile file)
-
Uses of FSFile in org.tmatesoft.svn.core.internal.io.fs.index
Fields in org.tmatesoft.svn.core.internal.io.fs.index declared as FSFile Modifier and Type Field Description private FSFile
FSPackedNumbersStream. input
private FSFile
FSLogicalAddressingIndex. myFile
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)
-