public final class RecordFactoryInputStream
extends java.lang.Object
HSSFEventFactory
/
HSSFListener
and have new records pushed to
them, but this does allow for a "pull" style of coding.Constructor and Description |
---|
RecordFactoryInputStream(java.io.InputStream in,
boolean shouldIncludeContinueRecords) |
Modifier and Type | Method and Description |
---|---|
Record |
nextRecord() |
public RecordFactoryInputStream(java.io.InputStream in, boolean shouldIncludeContinueRecords)
in
- the InputStream to read fromshouldIncludeContinueRecords
- caller can pass false
if loose
ContinueRecord
s should be skipped (this is sometimes useful in event based
processing).public Record nextRecord()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.