Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSFile
Packages that use FSFile
Package
Description
-
Uses of FSFile in org.tmatesoft.svn.core.internal.delta
Methods in org.tmatesoft.svn.core.internal.delta with parameters of type FSFileModifier and TypeMethodDescriptionSVNDeltaCombiner.readWindow(FSFile file, int version) voidSVNDeltaCombiner.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 FSFileModifier and TypeFieldDescription(package private) FSFileFSInputStream.FSRepresentationState.myFileprivate FSFileFSUpdateContext.myReportISMethods in org.tmatesoft.svn.core.internal.io.fs that return FSFileModifier and TypeMethodDescriptionprotected FSFileFSFS.getPackOrRevisionFSFile(long revision) protected FSFileFSFS.getRevisionFSFile(long revision) protected FSFileFSFS.getTransactionChangesFile(java.lang.String txnID) protected FSFileFSFS.getTransactionRevisionNodeChildrenFile(FSID txnID) protected FSFileprotected FSFileFSFS.getTransactionRevisionPrototypeFile(java.lang.String txnID) FSFS.openAndSeekRepresentation(FSRepresentation rep) private FSFileFSFS.openAndSeekRevision(long revision, long itemIndex) private FSFileFSFS.openAndSeekTransaction(FSRepresentation rep) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSFileModifier and TypeMethodDescriptionprivate byte[]FSFS.applyDeltaFromFSFile(FSFile revisionFile, int deltaSize, java.io.InputStream baseStream, java.lang.StringBuilder outputChecksum) protected java.util.MapFSRoot.fetchAllChanges(FSFile changesFile, boolean prefolded) private voidFSRecoverer.findMaxIDs(long rev, FSFile revFile, long offset, java.lang.String[] maxNodeID, java.lang.String[] maxCopyID) private voidFSRevisionRoot.loadOffsets(FSFile file, long itemIndex) 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) private FSP2LEntryFSOutputStream.lookupP2LEntry(FSFile revFile, long revision, long offset) private FSPathChangeFSRoot.readChange(FSFile raReader) voidFSFS.readOptions(FSFile formatFile, int formatNumber) 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 FSFileModifier and TypeFieldDescriptionprivate final FSFileFSPackedNumbersStream.inputprivate FSFileFSLogicalAddressingIndex.myFileConstructors in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSFileModifierConstructorDescriptionFSLogicalAddressingIndex(FSFS fsfs, FSFile myFile) FSPackedNumbersStream(FSFile input)