|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.eventusermodel.HSSFRecordStream
public class HSSFRecordStream
A stream based way to get at complete records, with
as low a memory footprint as possible.
This handles reading from a RecordInputStream, turning
the data into full records, processing continue records
etc.
Most users should use HSSFEventFactory
/
HSSFListener
and have new records pushed to
them, but this does allow for a "pull" style of coding.
Constructor Summary | |
---|---|
HSSFRecordStream(RecordInputStream inp)
|
Method Summary | |
---|---|
Record |
nextRecord()
Returns the next (complete) record from the stream, or null if there are no more. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HSSFRecordStream(RecordInputStream inp)
Method Detail |
---|
public Record nextRecord()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |