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, openboolean readNextRecord()
LowLevelDeserializationExceptionvoid unreadRecord()
readNextRecord().List<Line> getStoredLines()
LineFilterCopyright © 2014. All rights reserved.