| 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. |
| Modifier and Type | Field and Description |
|---|---|
TypeMismatch |
TypeMismatchHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static TypeMismatch |
TypeMismatchHelper.extract(Any a) |
static TypeMismatch |
TypeMismatchHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeMismatchHelper.insert(Any a,
TypeMismatch that) |
static void |
TypeMismatchHelper.write(OutputStream ostream,
TypeMismatch value) |
| Constructor and Description |
|---|
TypeMismatchHolder(TypeMismatch initialValue) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.