Class SVNSpillBuffer.MemoryBlock
java.lang.Object
org.tmatesoft.svn.core.internal.util.SVNSpillBuffer.MemoryBlock
- Enclosing class:
- SVNSpillBuffer
static class SVNSpillBuffer.MemoryBlock
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final byte[]
protected int
protected SVNSpillBuffer.MemoryBlock
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
data
protected final byte[] data -
length
protected int length -
next
-
-
Constructor Details
-
MemoryBlock
public MemoryBlock(byte[] data, int length)
-