- Index
- »
- haystack
- »
- TrioReader
type
constructors
| make |
Wrap input stream |
|---|
methods
| eachDict |
Iterate through the entire stream reading dicts. |
|---|---|
| readAllDicts |
Read all dicts from the stream and close it. |
| readDict |
Read next dict from the stream. |
| readGrid |
Return recs as simple grid (no grid or column level meta) |
Slot Details
eachDict
make
new make(InStream in)
Wrap input stream
readAllDicts
Dict[] readAllDicts()
Read all dicts from the stream and close it.
readDict
readGrid
virtual override Grid readGrid()
Return recs as simple grid (no grid or column level meta)