| Package | Description |
|---|---|
| org.omg.IOP | |
| org.omg.IOP.CodecPackage |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
CodecOperations.encode_value(Any data)
Converts the given any into a byte array based on the encoding
format effective for this Codec.
|
byte[] |
CodecOperations.encode(Any data)
Converts the given any into a byte array based on the encoding
format effective for this
Codec. |
| Modifier and Type | Field and Description |
|---|---|
InvalidTypeForEncoding |
InvalidTypeForEncodingHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static InvalidTypeForEncoding |
InvalidTypeForEncodingHelper.extract(Any a) |
static InvalidTypeForEncoding |
InvalidTypeForEncodingHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
InvalidTypeForEncodingHelper.insert(Any a,
InvalidTypeForEncoding that) |
static void |
InvalidTypeForEncodingHelper.write(OutputStream ostream,
InvalidTypeForEncoding value) |
| Constructor and Description |
|---|
InvalidTypeForEncodingHolder(InvalidTypeForEncoding initialValue) |
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.