org.omg.IOP
インタフェース CodecOperations

既知のサブインタフェースの一覧:
Codec

public interface CodecOperations


メソッドの概要
 Any decode_value(byte[] data, TypeCode tc)
           
 Any decode(byte[] data)
           
 byte[] encode_value(Any data)
           
 byte[] encode(Any data)
           
 

メソッドの詳細

encode

public byte[] encode(Any data)
              throws InvalidTypeForEncoding

decode

public Any decode(byte[] data)
           throws FormatMismatch

encode_value

public byte[] encode_value(Any data)
                    throws InvalidTypeForEncoding

decode_value

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