| Package | Description |
|---|---|
| com.siemens.ct.exi.core.io.channel |
EXI channels.
|
| com.siemens.ct.exi.core.types |
EXI Types and Type coding modes such as Typed, String, Lexical and RepresentationMap.
|
| com.siemens.ct.exi.core.values |
Typed value support such as float values, list values et cetera.
|
| Modifier and Type | Method and Description |
|---|---|
FloatValue |
DecoderChannel.decodeFloatValue()
Decode a Float represented as two consecutive Integers.
|
FloatValue |
AbstractDecoderChannel.decodeFloatValue()
Decode a Float represented as two consecutive Integers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderChannel.encodeFloat(FloatValue fv)
Encode a Float represented as two consecutive Integers.
|
void |
AbstractEncoderChannel.encodeFloat(FloatValue fv)
Encode a Float represented as two consecutive Integers.
|
| Modifier and Type | Field and Description |
|---|---|
protected FloatValue |
TypedTypeEncoder.lastFloat |
| Modifier and Type | Method and Description |
|---|---|
static FloatValue |
FloatValue.parse(double d) |
static FloatValue |
FloatValue.parse(float f) |
static FloatValue |
FloatValue.parse(String value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FloatValue._equals(FloatValue o) |
Copyright © 2018 Siemens AG. All rights reserved.