EXIficient

Uses of Class
com.siemens.ct.exi.values.IntegerValue

Packages that use IntegerValue
com.siemens.ct.exi.io.channel EXI channels. 
 

Uses of IntegerValue in com.siemens.ct.exi.io.channel
 

Methods in com.siemens.ct.exi.io.channel that return IntegerValue
 IntegerValue DecoderChannel.decodeIntegerValue()
          Decode an arbitrary precision integer using a sign bit followed by a sequence of octets.
 IntegerValue AbstractDecoderChannel.decodeIntegerValue()
           
 IntegerValue DecoderChannel.decodeNBitUnsignedIntegerValue(int n)
           
 IntegerValue AbstractDecoderChannel.decodeNBitUnsignedIntegerValue(int n)
          Decodes and returns an n-bit unsigned integer as string.
 IntegerValue DecoderChannel.decodeUnsignedIntegerValue()
           
 IntegerValue AbstractDecoderChannel.decodeUnsignedIntegerValue()
           
 


EXIficient