Uses of Class
org.tmatesoft.svn.core.internal.util.SVNSpillBuffer.MemoryBlock
-
Packages that use SVNSpillBuffer.MemoryBlock Package Description org.tmatesoft.svn.core.internal.util -
-
Uses of SVNSpillBuffer.MemoryBlock in org.tmatesoft.svn.core.internal.util
Fields in org.tmatesoft.svn.core.internal.util declared as SVNSpillBuffer.MemoryBlock Modifier and Type Field Description private SVNSpillBuffer.MemoryBlock
SVNSpillBuffer. available
private SVNSpillBuffer.MemoryBlock
SVNSpillBuffer. head
protected SVNSpillBuffer.MemoryBlock
SVNSpillBuffer.MemoryBlock. next
private SVNSpillBuffer.MemoryBlock
SVNSpillBuffer. outForReading
private SVNSpillBuffer.MemoryBlock
SVNSpillBuffer. tail
Methods in org.tmatesoft.svn.core.internal.util that return SVNSpillBuffer.MemoryBlock Modifier and Type Method Description private SVNSpillBuffer.MemoryBlock
SVNSpillBuffer. getBuffer()
SVNSpillBuffer.MemoryBlock
SVNSpillBuffer. read()
private SVNSpillBuffer.MemoryBlock
SVNSpillBuffer. readData()
Methods in org.tmatesoft.svn.core.internal.util with parameters of type SVNSpillBuffer.MemoryBlock Modifier and Type Method Description private void
SVNSpillBuffer. returnBuffer(SVNSpillBuffer.MemoryBlock block)
-