org.omg.IOP
Interface CodecOperations
- All Known Subinterfaces:
- Codec
- All Known Implementing Classes:
- _CodecLocalBase, CodecLocalTie
public interface CodecOperations
Generated from IDL interface "Codec"
- Author:
- JacORB IDL compiler V 2.2.3, 10-Dec-2005
encode
byte[] encode(Any data)
throws InvalidTypeForEncoding
- Throws:
InvalidTypeForEncoding
decode
Any decode(byte[] data)
throws FormatMismatch
- Throws:
FormatMismatch
encode_value
byte[] encode_value(Any data)
throws InvalidTypeForEncoding
- Throws:
InvalidTypeForEncoding
decode_value
Any decode_value(byte[] data,
TypeCode tc)
throws TypeMismatch,
FormatMismatch
- Throws:
TypeMismatch
FormatMismatch
Copyright © {inceptionYear}-2007 null. All Rights Reserved.