protected class Aggregation.DatasetProxyReader extends Object implements ProxyReader
| Modifier and Type | Method and Description |
|---|---|
Array |
reallyRead(Variable mainV,
CancelTask cancelTask)
Read all the data for a Variable.
|
Array |
reallyRead(Variable mainV,
Section section,
CancelTask cancelTask)
Read a section of the data for a Variable.
|
public Array reallyRead(Variable mainV, CancelTask cancelTask) throws IOException
ProxyReaderreallyRead in interface ProxyReadermainV - the client VariablecancelTask - user may cancelIOException - on errorpublic Array reallyRead(Variable mainV, Section section, CancelTask cancelTask) throws IOException, InvalidRangeException
ProxyReaderreallyRead in interface ProxyReadermainV - the client Variablesection - the section of data to read.cancelTask - user may cancelIOException - on errorInvalidRangeException - if section has incorrect rank or illegal shape.