public class Sonifier extends java.lang.Object implements StreamHandler
| Constructor and Description |
|---|
Sonifier() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
packet(PacketDescriptor pd,
Datum xTag,
DatumVector[] vectors) |
void |
packetDescriptor(PacketDescriptor pd) |
void |
streamClosed(StreamDescriptor sd) |
void |
streamComment(StreamComment sc) |
void |
streamDescriptor(StreamDescriptor sd) |
void |
streamException(StreamException se) |
public void packet(PacketDescriptor pd, Datum xTag, DatumVector[] vectors) throws StreamException
packet in interface StreamHandlerStreamExceptionpublic void packetDescriptor(PacketDescriptor pd) throws StreamException
packetDescriptor in interface StreamHandlerStreamExceptionpublic void streamClosed(StreamDescriptor sd) throws StreamException
streamClosed in interface StreamHandlerStreamExceptionpublic void streamDescriptor(StreamDescriptor sd) throws StreamException
streamDescriptor in interface StreamHandlerStreamExceptionpublic void streamException(StreamException se) throws StreamException
streamException in interface StreamHandlerStreamExceptionpublic void streamComment(StreamComment sc) throws StreamException
streamComment in interface StreamHandlerStreamExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception