Uses of Class
org.tmatesoft.svn.core.internal.io.fs.CountingOutputStream
-
Packages that use CountingOutputStream Package Description org.tmatesoft.svn.core.internal.io.fs -
-
Uses of CountingOutputStream in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as CountingOutputStream Modifier and Type Field Description private CountingOutputStream
FSOutputStream. myTargetFileOS
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type CountingOutputStream Modifier and Type Method Description private 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)
FSID
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 CountingOutputStream Constructor Description 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)
-