public class ToAscii extends java.lang.Object implements StreamHandler
| Constructor and Description |
|---|
ToAscii(StreamHandler handler)
Creates a new instance of ToAscii
|
| Modifier and Type | Method and Description |
|---|---|
void |
packet(PacketDescriptor pd,
Datum xTag,
DatumVector[] vectors) |
void |
packet(PacketDescriptor pd,
DatumVector vector) |
void |
packetDescriptor(PacketDescriptor pd) |
void |
streamClosed(StreamDescriptor sd) |
void |
streamComment(StreamComment se) |
void |
streamDescriptor(StreamDescriptor sd) |
void |
streamException(StreamException se) |
public ToAscii(StreamHandler handler)
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 se) throws StreamException
streamComment in interface StreamHandlerStreamExceptionpublic void packet(PacketDescriptor pd, DatumVector vector) throws StreamException
StreamException