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 CountingOutputStreamFSOutputStream. myTargetFileOSMethods in org.tmatesoft.svn.core.internal.io.fs with parameters of type CountingOutputStream Modifier and Type Method Description private 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)FSIDFSTransactionRoot. 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 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)
-