public class CodecImpl extends LocalObject implements Codec
| Modifier and Type | Method and Description |
|---|---|
Any |
decode_value(byte[] data,
TypeCode tc) |
Any |
decode(byte[] data) |
byte[] |
encode_value(Any data) |
byte[] |
encode(Any data) |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic CodecImpl(ORB orb, Encoding enc) throws UnknownEncoding
UnknownEncodingpublic Any decode(byte[] data) throws FormatMismatch
decode in interface CodecOperationsFormatMismatchpublic Any decode_value(byte[] data, TypeCode tc) throws FormatMismatch, TypeMismatch
decode_value in interface CodecOperationsFormatMismatchTypeMismatchpublic byte[] encode(Any data) throws InvalidTypeForEncoding
encode in interface CodecOperationsInvalidTypeForEncodingpublic byte[] encode_value(Any data) throws InvalidTypeForEncoding
encode_value in interface CodecOperationsInvalidTypeForEncodingCopyright © 2017 JacORB. All rights reserved.