| Package | Description |
|---|---|
| com.siemens.ct.exi.core |
Entry point for using EXI implementation
|
| com.siemens.ct.exi.core.coder |
Core functionality for EXIEncoder, EXIDecoder and EXIHeader.
|
| com.siemens.ct.exi.core.helpers |
EXI helper classes such as default interface implementations.
|
| Modifier and Type | Method and Description |
|---|---|
CodingMode |
EXIFactory.getCodingMode()
Returns the currently used
CodingMode. |
static CodingMode |
CodingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodingMode[] |
CodingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EXIFactory.setCodingMode(CodingMode codingMode)
Re-sets the coding mode used by the factory.
|
| Modifier and Type | Field and Description |
|---|---|
protected CodingMode |
EXIBodyEncoderReordered.codingMode |
protected CodingMode |
EXIBodyDecoderReordered.codingMode |
| Modifier and Type | Field and Description |
|---|---|
protected CodingMode |
DefaultEXIFactory.codingMode |
| Modifier and Type | Method and Description |
|---|---|
CodingMode |
DefaultEXIFactory.getCodingMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEXIFactory.setCodingMode(CodingMode codingMode) |
Copyright © 2018 Siemens AG. All rights reserved.