public interface UserDataReader
Instances of this object are not expected to be usable from multiple concurrent threads.
DataSpec
Modifier and Type | Method and Description |
---|---|
boolean |
getMaskFlag(RowData rdata,
long irow)
Returns the mask flag for a row.
|
Object[] |
getUserCoordValues(RowData rdata,
long irow,
int icoord)
Returns a user coordinate value array for a given coordinate in a row.
|
boolean getMaskFlag(RowData rdata, long irow) throws IOException
rdata
- row data for the rowirow
- row index of the rowIOException
Object[] getUserCoordValues(RowData rdata, long irow, int icoord) throws IOException
rdata
- row datairow
- row index corresponding to the rowicoord
- coordinate index to readIOException
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.