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 void
FSOutputStream.reset
(FSRevisionNode revNode, CountingOutputStream targetFileOS, java.io.File targetFile, java.io.InputStream source, long deltaStart, long repSize, long repOffset, FSTransactionRoot txnRoot, FSWriteLock txnLock) private void
FSTransactionRoot.writeChanges
(CountingOutputStream protoFile, java.util.Map changedPaths, boolean includeNodeKind, boolean terminateList) long
FSTransactionRoot.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 long
FSTransactionRoot.writeHashRepresentation
(FSRepresentation representation, SVNProperties hashContents, CountingOutputStream protoFile, java.security.MessageDigest digest, FSP2LProtoIndex.ItemType itemType) void
FSRoot.writeIndexData
(CountingOutputStream protoFile, long newRevision, java.lang.String txnId) private java.lang.String
FSRoot.writeL2PIndex
(CountingOutputStream protoFile, long revision, java.lang.String txnId) private java.lang.String
FSRoot.writeP2LIndex
(CountingOutputStream protoFile, long revision, java.lang.String txnId) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type CountingOutputStreamModifierConstructorDescriptionprivate
FSOutputStream
(FSRevisionNode revNode, CountingOutputStream targetFileOS, java.io.File targetFile, java.io.InputStream source, long deltaStart, long repSize, long repOffset, FSTransactionRoot txnRoot, boolean compress, FSWriteLock txnLock)