Uses of Interface
com.davisor.data.stream.DataStream

Packages that use DataStream
com.davisor.data.stream This package extends the data framework package with tools for working with data streams and buffers containing data framework data objects and arbitrary data objects.  
com.davisor.graphics.chart This package defines a powerful dynamic graphical chart generation and data visualization framework.  
 

Uses of DataStream in com.davisor.data.stream
 

Subinterfaces of DataStream in com.davisor.data.stream
 interface XMLDataStream
          Marker interface for streams of XML type
 

Classes in com.davisor.data.stream that implement DataStream
 class EnumeratorDataStream
          EnumeratorDataStream represents a data stream that uses a standard Java enumerator to implement a stream of elements.
 class EnumeratorTypeStream
          EnumeratorTypeStream represents an enumerator data stream that enforces the common stream type over all stream elements.
 class IteratorDataStream
          IteratorDataStream represents a data stream that uses a standard Java iterator to implement stream elements.
 class IteratorTypeStream
          IteratorTypeStream represents an iterator data stream that enforces the common stream type over all the stream elements.
 class JoinedDataStream
          A JoinedDataStream makes a data stream out of several parallel streams.
 class ListIteratorDataStream
          ListIteratorDataStream represents a data stream that uses a standard Java list iterator to implement stream elements.
 class PivotDataStream
          PivotDataStream represents a data stream that has the processed results of PivotDataSource.
 class ProxyDataBuffer.ProxyDataStream
          ProxyDataStream implements a single column view to a multi column stream.
 class ResultSetDataStream
          A ResultSetDataStream makes a data stream out of a SQL result set.
 class SortDataStream
          SortDataStream represents a data stream that has the processed results of SortDataSource.
 class TupleDataStream
          A TupleDataStream allows tuple elements in a tuple data stream to be rearranged at will, or to make ordinary data streams tuple streams.
 

Fields in com.davisor.data.stream declared as DataStream
protected  DataStream[] JoinedDataStream.M_streams
          Stream components.
protected  DataStream ProxyDataBuffer.ProxyDataStream.M_dataStream
          The data stream this proxy refers to.
protected  DataStream StreamDataSource.M_stream
          Data source stream (readable only once, null when unavailable).
protected  DataStream TupleDataStream.M_stream
          Source stream.
 

Methods in com.davisor.data.stream that return DataStream
 DataStream CollectionDataSource.getStream()
          Gets a data stream to the data in this source.
 DataStream DataBuffer.getStream(boolean reversed)
          Gets a new data stream from the data source.
 DataStream DataSource.getStream()
          Gets a new data stream from the data source.
abstract  DataStream IndirectDataBuffer.getStream(boolean reversed)
          Gets a new data stream from the data source.
 DataStream IndirectDataBuffer.getStream()
          Gets a new data stream from the data source.
 DataStream JoinedDataBuffer.getStream(boolean reversed)
          Gets a data stream from the source.
 DataStream JoinedDataBuffer.getStream()
          Gets a data stream from the source.
 DataStream LazyListDataBuffer.getStream()
          Gets a new data stream from the data source.
 DataStream LazyListDataBuffer.getStream(boolean reversed)
          Gets a new data stream from the data source.
 DataStream ListDataBuffer.getStream(boolean reversed)
          Gets a new data stream from the data source.
 DataStream ProxyDataBuffer.getStream(boolean reversed)
          Gets a new data stream from the data source.
 DataStream ProxyDataBuffer.getStream()
          Gets a new data stream from the data source.
 DataStream ReversedDataBuffer.getStream(boolean reversed)
          Gets a new data stream from the data source.
 DataStream SimpleDataBuffer.getStream(boolean reversed)
          Gets a new data stream from the data source.
 DataStream SimpleDataBuffer.getStream()
          Gets a new data stream from the data source.
 DataStream StreamDataSource.getStream(boolean reversed)
          Gets a new data stream from the data buffer, if available.
 DataStream StreamDataSource.getStream()
          Gets a data stream from the source.
 

Methods in com.davisor.data.stream with parameters of type DataStream
 void CollectionDataSource.addAll(DataStream stream)
          Adds all elements in the given stream to this collection.
 void StreamDataSource.setStream(DataStream stream)
          Sets the current data stream.
 

Constructors in com.davisor.data.stream with parameters of type DataStream
JoinedDataStream(DataStream[] streams)
          Creates a data stream out of an array of streams.
JoinedDataStream(DataStream[] streams, TupleType type)
          Creates a data stream out of an array of streams and the corresponding tuple type.
JoinedDataStream(DataStream[] streams, java.lang.String[] streamIDs)
          Creates a data stream out of an array of streams and new stream identities.
JoinedDataStream(DataStream stream1, java.lang.String stream1ID, DataStream stream2, java.lang.String stream2ID)
          Creates a data stream out of two streams.
JoinedDataStream(DataStream stream1, java.lang.String stream1ID, DataStream stream2, java.lang.String stream2ID, DataStream stream3, java.lang.String stream3ID)
          Creates a data stream out of two streams.
ListDataBuffer(DataStream stream)
          Creates a list data buffer from the content of the given stream.
ListDataBuffer(Type type, DataStream stream)
          Creates a list data buffer from the content of the given stream, with stream elements type casted to the given type, if neccessary.
StreamDataSource(DataStream stream)
          Creates a stream data stream source out of the given stream.
StreamDataSource(DataStream stream, boolean buffer)
          Creates a stream data stream source out of the given stream.
TupleDataStream(DataStream stream)
          Creates a tuple data stream from any data stream.
TupleDataStream(DataStream stream, TupleType type)
          Creates a tuple data stream from any data stream.
TupleDataStream(DataStream stream, TupleType type, int[] map)
          Creates a tuple data stream from any data stream.
 

Uses of DataStream in com.davisor.graphics.chart
 

Constructors in com.davisor.graphics.chart with parameters of type DataStream
ChartData(DataStream stream)
          Creates a chart data source out of the given stream.
 



Copyright © 2001-2004 Davisor Oy. All Rights Reserved.