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
ProxyReader
reallyRead
in interface ProxyReader
mainV
- the client VariablecancelTask
- user may canceljava.io.IOException
- on errorpublic Array reallyRead(Variable mainV, Section section, CancelTask cancelTask) throws java.io.IOException, InvalidRangeException
ProxyReader
reallyRead
in interface ProxyReader
mainV
- 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.