Uses of Class
org.das2.stream.StreamDescriptor

Packages that use StreamDescriptor
org.das2.client Provides classes for interacting with a das2Server, such as data set queries, authorization, and server identity. 
org.das2.stream Provides classes for parsing and formatting das2Streams, and a few stream proof-of-concept stream operators that are not used. 
 

Uses of StreamDescriptor in org.das2.client
 

Methods in org.das2.client that return StreamDescriptor
 StreamDescriptor DasServer.getStreamDescriptor(java.net.URL dataSetID)
           
 

Methods in org.das2.client with parameters of type StreamDescriptor
 void DataSetStreamHandler.streamClosed(StreamDescriptor sd)
           
 void DataSetStreamHandler.streamDescriptor(StreamDescriptor sd)
           
 

Constructors in org.das2.client with parameters of type StreamDescriptor
StreamDataSetDescriptor(StreamDescriptor sd, StandardDataStreamSource sdss)
           
 

Uses of StreamDescriptor in org.das2.stream
 

Methods in org.das2.stream that return StreamDescriptor
static StreamDescriptor StreamDescriptor.createLegacyDescriptor(java.io.BufferedReader in)
           
 

Methods in org.das2.stream with parameters of type StreamDescriptor
 void Sonifier.streamClosed(StreamDescriptor sd)
           
 void StreamHandler.streamClosed(StreamDescriptor sd)
           
 void StreamProducer.streamClosed(StreamDescriptor sd)
           
 void ToAscii.streamClosed(StreamDescriptor sd)
           
 void Sonifier.streamDescriptor(StreamDescriptor sd)
           
 void StreamHandler.streamDescriptor(StreamDescriptor sd)
           
 void StreamProducer.streamDescriptor(StreamDescriptor sd)
           
 void ToAscii.streamDescriptor(StreamDescriptor sd)