org.apache.poi.hssf.model
public final class RecordStream extends java.lang.Object
Constructor and Description |
---|
RecordStream(java.util.List records,
int startIx) |
RecordStream(java.util.List inputList,
int startIndex,
int endIx)
Creates a RecordStream bounded by startIndex and endIndex
|
Modifier and Type | Method and Description |
---|---|
int |
getCountRead() |
Record |
getNext() |
boolean |
hasNext() |
java.lang.Class |
peekNextClass() |
int |
peekNextSid() |
public RecordStream(java.util.List inputList, int startIndex, int endIx)
public RecordStream(java.util.List records, int startIx)
public boolean hasNext()
public Record getNext()
public java.lang.Class peekNextClass()
Class
of the next Record. null
if this stream is exhausted.public int peekNextSid()
public int getCountRead()
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.