Uses of Class
org.tmatesoft.svn.core.internal.util.SVNSpillBuffer
-
Packages that use SVNSpillBuffer Package Description org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.util -
-
Uses of SVNSpillBuffer in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNSpillBuffer Modifier and Type Method Description private voidFSRoot. encodeL2PPage(byte[] encoded, java.util.List<java.lang.Long> entries, int start, int end, SVNSpillBuffer spillBuffer) -
Uses of SVNSpillBuffer in org.tmatesoft.svn.core.internal.util
Fields in org.tmatesoft.svn.core.internal.util declared as SVNSpillBuffer Modifier and Type Field Description private SVNSpillBufferSVNSpillBufferReader. bufferConstructors in org.tmatesoft.svn.core.internal.util with parameters of type SVNSpillBuffer Constructor Description SVNSpillBufferInputStream(SVNSpillBuffer buffer)SVNSpillBufferReader(SVNSpillBuffer buffer)
-