public class GempakFileReader.RData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float[] |
data
the data
|
int[] |
header
the header
|
| Constructor and Description |
|---|
GempakFileReader.RData(int[] header,
float[] data)
Create a new holder for the header and data
|