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
Fields Modifier and Type Field Description protected byte[]
data
protected int
length
protected SVNSpillBuffer.MemoryBlock
next
-
Constructor Summary
Constructors Constructor Description MemoryBlock(byte[] data, int length)
-
-
-
Field Detail
-
data
protected final byte[] data
-
length
protected int length
-
next
protected SVNSpillBuffer.MemoryBlock next
-
-