public interface RbfLowLevelDeserializer extends LowLevelDeserializer
Modifier and Type | Method and Description |
---|---|
List<Line> |
getStoredLines()
Returns a list of lines stored during deserialization.
|
boolean |
readNextRecord()
Reads the next record from the stream.
|
void |
unreadRecord()
Unreads the already read record so that it can be read again with
readNextRecord() . |
close, getInputPosition, open
boolean readNextRecord()
LowLevelDeserializationException
void unreadRecord()
readNextRecord()
.List<Line> getStoredLines()
LineFilter
Copyright © 2014. All rights reserved.