class Delta.SourceState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Checksum |
checksum |
private SeekableSource |
source |
Constructor and Description |
---|
SourceState(SeekableSource source) |
Modifier and Type | Method and Description |
---|---|
void |
seek(long index) |
java.lang.String |
toString()
Returns a debug
String . |
private Checksum checksum
private SeekableSource source
public SourceState(SeekableSource source) throws java.io.IOException
java.io.IOException