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
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type CountingOutputStream Modifier and Type Method Description 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)
void
FSRoot. writeIndexData(CountingOutputStream protoFile, long newRevision, java.lang.String txnId)
-