Package com.kuka.comm.codec

Contains base classes for encoding and decoding messages.

See:
          Description

Class Summary
Decoder<I,O> Abstract realization of a decoder interface.
Encoder<I,O> A basic encoder.
Encoder.EncoderContext This class can be used to do some more encoding after a concatenated encoder finished.
SwitchDecoder<M,S,I,O> A SwitchDecoder selects a Decoder decoder to decode the input based on the content of the input.
SwitchEncoder<I,O> Class to determine the encoder according to the type of message which should be send.
SwitchInfo<S,I> A SwitchInfo is used by a SwitchDecoder to select the actual Decoder based on the switch token (of type S).
 

Exception Summary
CodecException A base exception for en- or decoding messages in context of KUKA Navigation Communication Framework.
DecoderException An exception which can occur during decoding.
EncoderException An exception which can occur during encoding.
 

Package com.kuka.comm.codec Description

Contains base classes for encoding and decoding messages.



Copyright © 2019. All rights reserved.