public interface DataInputSource extends DataInputStream
| Modifier and Type | Method and Description |
|---|---|
void |
open(java.lang.String spec)
Opens an existing dataset.
|
readDatavoid open(java.lang.String spec)
throws BadFormException,
java.rmi.RemoteException,
VisADException
spec - The specification of the existing dataset.BadFormException - The DODS dataset is corrupt.VisADException - VisAD failure.java.rmi.RemoteException - Java RMI failure.