Package com.kuka.comm.codec.bytebuffer

This package contains Encoders and Decoders dealing with ByteBuffers.

See:
          Description

Class Summary
ByteBufferUtils This is a helper class that provides various utility functions for dealing with the ByteBuffer class.
ByteOrderDecoder A Decoder to modify the byte order of a ByteBuffer.
ByteOrderEncoder An Encoder to modify the byte order of a ByteBuffer.
EnclosingTokenDecoder This decoder delimits a payload strictly with a constant prefix and postfix.
EnclosingTokenEncoder<I> This encoder delimits a payload strictly with a constant prefix and postfix.
LengthDecoder Decoder that reads length information for a variable or fixed length payload and extracts the payload.
LengthEncoder<I> Encoder that writes the length of a given variable length payload that is encoded by the next concatenated encoder.
SegmenterUtil Helper class for searching a byte sequence as a subsequence within another byte sequence.
SegmenterUtil.FoundToken Represents the found token, i.e. its position and the index of the token that has been found.
TokenDecoder A TokenDecoder tries to find a specified token in a byte buffer.
TokenEncoder Encoder that writes a constant byte sequence.
 

Enum Summary
LengthFieldType The type of the length field of an byte-encoded message.
 

Package com.kuka.comm.codec.bytebuffer Description

This package contains Encoders and Decoders dealing with ByteBuffers.



Copyright © 2019. All rights reserved.