Package org.das2.stream

Provides classes for parsing and formatting das2Streams, and a few stream proof-of-concept stream operators that are not used.

See:
          Description

Interface Summary
SkeletonDescriptor  
StreamHandler  
 

Class Summary
Das1ToDas2  
DataTransferType  
GUnzipStreamProcessor  
GZipStreamProcessor  
MicrophoneStream  
PacketDescriptor Represents the global properties of the stream, that are accessible to datasets within.
PropertyType  
Sonifier  
StreamComment  
StreamDescriptor Represents the global properties of the stream, that are accessible to datasets within.
StreamMultiYDescriptor  
StreamProcessor  
StreamProducer  
StreamUtil  
StreamXDescriptor  
StreamYScanDescriptor  
StripHeader  
TAvStreamProcessor  
ToAscii  
 

Exception Summary
DasStreamFormatException This exception indicates that a das2 stream is not formatted properly, and can indicate that a das2 stream was expected but not received.
StreamException  
 

Package org.das2.stream Description

Provides classes for parsing and formatting das2Streams, and a few stream proof-of-concept stream operators that are not used. das2Streams are self-describing data streams suitable for transmitting DataSets. A C library for reading and writing streams is available and provides a means to convey large amounts of data between C and java processes.