public interface StreamHandler
Modifier and Type | Method and Description |
---|---|
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) |
void streamDescriptor(StreamDescriptor sd) throws StreamException
StreamException
void packetDescriptor(PacketDescriptor pd) throws StreamException
StreamException
void packet(PacketDescriptor pd, Datum xTag, DatumVector[] vectors) throws StreamException
StreamException
void streamClosed(StreamDescriptor sd) throws StreamException
StreamException
void streamException(StreamException se) throws StreamException
StreamException
void streamComment(StreamComment sc) throws StreamException
StreamException