static class SVNSpillBuffer.MemoryBlock
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected int |
length |
protected SVNSpillBuffer.MemoryBlock |
next |
| Constructor and Description |
|---|
MemoryBlock(byte[] data,
int length) |
protected final byte[] data
protected int length
protected SVNSpillBuffer.MemoryBlock next