Package | Description |
---|---|
net.sf.flatpack |
Main package of the project, containing the
actual DataSet implementations.
|
net.sf.flatpack.brparse |
Contains parsers which leave an open BufferedReader for file access.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataSet |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDataSet |
class |
RowRecord |
Modifier and Type | Method and Description |
---|---|
Optional<Record> |
StreamingRecord.getRecord() |
Optional<Record> |
RecordDataSet.getRecord() |
Optional<Record> |
DefaultDataSet.getRecord() |
default Stream<Record> |
StreamingDataSet.parallelStream() |
default Iterator<Record> |
StreamingDataSet.spliterator() |
Stream<Record> |
AbstractParser.stream() |
default Stream<Record> |
StreamingDataSet.stream() |
Stream<Record> |
Parser.stream()
Parse the data and return a stream or records;
|
Modifier and Type | Class and Description |
---|---|
class |
BuffReaderDataSet |
Copyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.