Uses of Package
com.kuka.comm.codec

Packages that use com.kuka.comm.codec
com.kuka.comm.codec Contains base classes for encoding and decoding messages. 
com.kuka.comm.codec.bytebuffer This package contains Encoders and Decoders dealing with ByteBuffers. 
com.kuka.comm.net Contains classes for network based connections. 
 

Classes in com.kuka.comm.codec used by com.kuka.comm.codec
CodecException
          A base exception for en- or decoding messages in context of KUKA Navigation Communication Framework.
Decoder
          Abstract realization of a decoder interface.
DecoderException
          An exception which can occur during decoding.
Encoder
          A basic encoder.
Encoder.EncoderContext
          This class can be used to do some more encoding after a concatenated encoder finished.
EncoderException
          An exception which can occur during encoding.
SwitchDecoder
          A SwitchDecoder selects a Decoder decoder to decode the input based on the content of the input.
SwitchEncoder
          Class to determine the encoder according to the type of message which should be send.
SwitchInfo
          A SwitchInfo is used by a SwitchDecoder to select the actual Decoder based on the switch token (of type S).
 

Classes in com.kuka.comm.codec used by com.kuka.comm.codec.bytebuffer
Decoder
          Abstract realization of a decoder interface.
DecoderException
          An exception which can occur during decoding.
Encoder
          A basic encoder.
Encoder.EncoderContext
          This class can be used to do some more encoding after a concatenated encoder finished.
 

Classes in com.kuka.comm.codec used by com.kuka.comm.net
Decoder
          Abstract realization of a decoder interface.
Encoder
          A basic encoder.
 



Copyright © 2019. All rights reserved.