| Package | Description |
|---|---|
| fact.io.hdureader |
| Modifier and Type | Method and Description |
|---|---|
OptionalTypesMap<String,Serializable> |
BinTableReader.getNextRow() |
OptionalTypesMap<String,Serializable> |
ZFITSHeapReader.getNextRow()
Get the data from the next row.
|
OptionalTypesMap<String,Serializable> |
Reader.getNextRow()
Get the data from the next row.
|
OptionalTypesMap<String,Serializable> |
ZFITSHeapReader.getNextRow(boolean ignoreWrongTileHeader)
Get the data from the next row.
|
default OptionalTypesMap<String,Serializable> |
Reader.next()
Get the data from the next row.
|
| Modifier and Type | Method and Description |
|---|---|
default Iterator<OptionalTypesMap<String,Serializable>> |
Reader.iterator()
Get the iterator for this Reader.
|
Copyright © 2019. All rights reserved.