| Package | Description |
|---|---|
| org.omg.IOP | |
| org.omg.IOP.CodecPackage |
| Modifier and Type | Method and Description |
|---|---|
Any |
CodecOperations.decode_value(byte[] data,
TypeCode tc)
Decodes the given byte array into an Any based on the given
TypeCode and the encoding format effective for
this Codec. |
Any |
CodecOperations.decode(byte[] data)
Decodes the given byte array into an Any based on the encoding
format effective for this
Codec. |
| Modifier and Type | Field and Description |
|---|---|
FormatMismatch |
FormatMismatchHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static FormatMismatch |
FormatMismatchHelper.extract(Any a) |
static FormatMismatch |
FormatMismatchHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FormatMismatchHelper.insert(Any a,
FormatMismatch that) |
static void |
FormatMismatchHelper.write(OutputStream ostream,
FormatMismatch value) |
| Constructor and Description |
|---|
FormatMismatchHolder(FormatMismatch initialValue) |
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.