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) |
| Modifier and Type | Method and Description |
|---|---|
Record |
nextRecord()
Returns the next (complete) record from the
stream, or null if there are no more.
|
public RecordFactoryInputStream(InputStream in, boolean shouldIncludeContinueRecords)
shouldIncludeContinueRecords - caller can pass false if loose
ContinueRecords should be skipped (this is sometimes useful in event based
processing).public Record nextRecord()
Copyright © 2020. All rights reserved.