public interface ProxyReader
| Modifier and Type | Method and Description | 
|---|---|
| Array | reallyRead(Variable client,
          CancelTask cancelTask)Read all the data for a Variable. | 
| Array | reallyRead(Variable client,
          Section section,
          CancelTask cancelTask)Read a section of the data for a Variable. | 
Array reallyRead(Variable client, CancelTask cancelTask) throws IOException
client - the client VariablecancelTask - user may cancelIOException - on errorArray reallyRead(Variable client, Section section, CancelTask cancelTask) throws IOException, InvalidRangeException
client - the client Variablesection - the section of data to read.cancelTask - user may cancelIOException - on errorInvalidRangeException - if section has incorrect rank or illegal shape.