org.omg.IOP

Interface CodecOperations

Known Subinterfaces:
Codec
Known Implementing Classes:
CodecImpl, CodecLocalTie, Codec_CDR_1_0_Impl, _CodecLocalBase

public interface CodecOperations

Generated from IDL interface "Codec"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

Any
decode(byte[] data)
Any
decode_value(byte[] data, TypeCode tc)
byte[]
encode(Any data)
byte[]
encode_value(Any data)

Method Details

decode

public Any decode(byte[] data)
            throws FormatMismatch


decode_value

public Any decode_value(byte[] data,
                        TypeCode tc)
            throws FormatMismatch,
                   TypeMismatch


encode

public byte[] encode(Any data)
            throws InvalidTypeForEncoding


encode_value

public byte[] encode_value(Any data)
            throws InvalidTypeForEncoding