|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.in.DataInputFilter
public abstract class DataInputFilter
Provides support for a filter-module in a data-import pipe. In general, such a filter-module obtains VisAD data objects its upstream data source and transforms them in some way before passing them on.
Constructor Summary | |
---|---|
protected |
DataInputFilter(DataInputStream source)
Constructs from an upstream data source. |
Method Summary | |
---|---|
DataInputStream |
getSource()
Returns the upstream data source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface visad.data.in.DataInputStream |
---|
readData |
Constructor Detail |
---|
protected DataInputFilter(DataInputStream source) throws VisADException
source
- The upstream data source. May not be
null
.
VisADException
- The upstream data source is null
.Method Detail |
---|
public final DataInputStream getSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |