See: Description
| Interface | Description |
|---|---|
| SkeletonDescriptor | |
| StreamHandler |
| Class | Description |
|---|---|
| Das1ToDas2 | |
| DataTransferType | |
| GUnzipStreamProcessor | |
| GZipStreamProcessor | |
| MicrophoneStream | |
| MIME |
A listing of MIME types parseable by Das2 clients
|
| PacketDescriptor |
Represents the global properties of the stream, that are accessible to
datasets within.
|
| Sonifier |
demo code that shows how a das2stream can be piped to an audiosystem.
|
| StreamComment | |
| StreamDescriptor |
Represents the global properties of the stream, that are accessible to
datasets within.
|
| StreamProcessor | |
| StreamProducer | |
| StreamScalarDescriptor |
This is a rank 1 element of a packet, either a dependent or independent
parameter.
|
| StreamTool | |
| StreamUtil | |
| StreamXDescriptor | |
| StreamYDescriptor |
Marker interface for Y
|
| StreamYScanDescriptor | |
| StreamZDescriptor |
Marker for Z.
|
| StripHeader | |
| TAvStreamProcessor | |
| ToAscii |
| Enum | Description |
|---|---|
| PropertyType |
| Exception | Description |
|---|---|
| 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 | |
| StreamTool.DelimeterNotFoundException |
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.