public final class RecordFactoryInputStream extends Object
HSSFEventFactory /
HSSFListener and have new records pushed to
them, but this does allow for a "pull" style of coding.| Constructor and Description |
|---|
RecordFactoryInputStream(InputStream in,
boolean shouldIncludeContinueRecords) |
public RecordFactoryInputStream(InputStream in, boolean shouldIncludeContinueRecords)
in - the InputStream to read fromshouldIncludeContinueRecords - caller can pass false if loose
ContinueRecords should be skipped (this is sometimes useful in event based
processing).public Record nextRecord()