|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.in.DataInputFilter
visad.data.in.Consolidator
public final class Consolidator
Consolidates VisAD data objects together. In general, an instance of this class will be the final module in a data-import pipe.
Constructor Summary | |
---|---|
Consolidator(DataInputStream source)
Constructs with a particular upstream data source. |
Method Summary | |
---|---|
DataImpl |
readData()
Returns the next VisAD data object in the input stream. |
Methods inherited from class visad.data.in.DataInputFilter |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Consolidator(DataInputStream source) throws VisADException
source
- The upstream data source. May not be
null
.
VisADException
- The upstream data source is null
.Method Detail |
---|
public DataImpl readData() throws VisADException, java.rmi.RemoteException
null
if there is no next object.
null
if
there are no more such objects.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |