public final class Consolidator extends DataInputFilter
| Constructor and Description |
|---|
Consolidator(DataInputStream source)
Constructs with a particular upstream data source.
|
| Modifier and Type | Method and Description |
|---|---|
DataImpl |
readData()
Returns the next VisAD data object in the input stream.
|
getSourcepublic Consolidator(DataInputStream source) throws VisADException
source - The upstream data source. May not be
null.VisADException - The upstream data source is null.public DataImpl readData() throws VisADException, RemoteException
null if there is no next object.null if
there are no more such objects.VisADException - VisAD failure.RemoteException - Java RMI failure.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.