protected class Aggregation.DatasetProxyReader extends java.lang.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 java.io.IOException
ProxyReaderreallyRead in interface ProxyReadermainV - the client VariablecancelTask - user may canceljava.io.IOException - on errorpublic Array reallyRead(Variable mainV, Section section, CancelTask cancelTask) throws java.io.IOException, InvalidRangeException
ProxyReaderreallyRead in interface ProxyReadermainV - the client Variablesection - the section of data to read.cancelTask - user may canceljava.io.IOException - on errorInvalidRangeException - if section has incorrect rank or illegal shape.