Package org.omg.IOP
Interface CodecOperations
- All Known Subinterfaces:
Codec
- All Known Implementing Classes:
CDREncapsCodec
public interface CodecOperations
org/omg/IOP/CodecOperations.java .
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2
Monday, February 12, 2024 at 2:42:26 PM Central European Standard Time
-
Method Summary
Modifier and TypeMethodDescriptiondecode(byte[] data) decode_value(byte[] data, TypeCode tc) byte[]byte[]encode_value(Any data)
-
Method Details
-
encode
- Throws:
InvalidTypeForEncoding
-
decode
- Throws:
FormatMismatch
-
encode_value
- Throws:
InvalidTypeForEncoding
-
decode_value
- Throws:
FormatMismatchTypeMismatch
-