public final class RecordStream extends Object
| Constructor and Description |
|---|
RecordStream(List<Record> records,
int startIx) |
RecordStream(List<Record> 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() |
Class<? extends Record> |
peekNextClass() |
int |
peekNextSid() |
public RecordStream(List<Record> inputList, int startIndex, int endIx)
public boolean hasNext()
public Record getNext()
public Class<? extends Record> peekNextClass()
Class of the next Record. null if this stream is exhausted.public int peekNextSid()
public int getCountRead()
Copyright © 2020. All rights reserved.