Uses of Class
com.kuka.comm.codec.bytebuffer.LengthFieldType

Packages that use LengthFieldType
com.kuka.comm.codec.bytebuffer This package contains Encoders and Decoders dealing with ByteBuffers. 
 

Uses of LengthFieldType in com.kuka.comm.codec.bytebuffer
 

Methods in com.kuka.comm.codec.bytebuffer that return LengthFieldType
static LengthFieldType LengthFieldType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LengthFieldType[] LengthFieldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.kuka.comm.codec.bytebuffer with parameters of type LengthFieldType
LengthDecoder(LengthFieldType type)
          Creates a new decoder for variable length payload.
LengthEncoder(LengthFieldType type)
          Creates a new encoder that writes the length of a given variable length payload.
 



Copyright © 2019. All rights reserved.