|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyReader
An object that knows how to read the data for a Variable.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Array reallyRead(Variable client,
CancelTask cancelTask)
throws java.io.IOException
client - the client VariablecancelTask - user may cancel
java.io.IOException - on error
Array reallyRead(Variable client,
Section section,
CancelTask cancelTask)
throws java.io.IOException,
InvalidRangeException
client - the client Variablesection - the section of data to read.cancelTask - user may cancel
java.io.IOException - on error
InvalidRangeException - if section has incorrect rank or illegal shape.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||