Uses of Class
org.tmatesoft.svn.core.internal.io.fs.CountingOutputStream
Packages that use CountingOutputStream
-
Uses of CountingOutputStream in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as CountingOutputStreamMethods in org.tmatesoft.svn.core.internal.io.fs with parameters of type CountingOutputStreamModifier and TypeMethodDescriptionprivate voidFSOutputStream.reset(FSRevisionNode revNode, CountingOutputStream targetFileOS, java.io.File targetFile, java.io.InputStream source, long deltaStart, long repSize, long repOffset, FSTransactionRoot txnRoot, FSWriteLock txnLock) private voidFSTransactionRoot.writeChanges(CountingOutputStream protoFile, java.util.Map changedPaths, boolean includeNodeKind, boolean terminateList) longFSTransactionRoot.writeFinalChangedPathInfo(CountingOutputStream protoFile) FSTransactionRoot.writeFinalRevision(FSID newId, CountingOutputStream protoFile, long revision, FSID id, java.lang.String startNodeId, java.lang.String startCopyId, java.util.Collection<FSRepresentation> representations, boolean atRoot) private longFSTransactionRoot.writeHashRepresentation(FSRepresentation representation, SVNProperties hashContents, CountingOutputStream protoFile, java.security.MessageDigest digest, FSP2LProtoIndex.ItemType itemType) voidFSRoot.writeIndexData(CountingOutputStream protoFile, long newRevision, java.lang.String txnId) private java.lang.StringFSRoot.writeL2PIndex(CountingOutputStream protoFile, long revision, java.lang.String txnId) private java.lang.StringFSRoot.writeP2LIndex(CountingOutputStream protoFile, long revision, java.lang.String txnId) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type CountingOutputStreamModifierConstructorDescriptionprivateFSOutputStream(FSRevisionNode revNode, CountingOutputStream targetFileOS, java.io.File targetFile, java.io.InputStream source, long deltaStart, long repSize, long repOffset, FSTransactionRoot txnRoot, boolean compress, FSWriteLock txnLock)