KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > IOP > CodecOperations

org.omg.IOP
Interface CodecOperations

All Known Subinterfaces:
Codec
See Also:
Source Code

Any decode(byte[] data)
           throws FormatMismatch
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Any decode_value(byte[] data,
                 TypeCode tc)
                 throws FormatMismatch,
                        TypeMismatch
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] encode(Any data)
              throws InvalidTypeForEncoding
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] encode_value(Any data)
                    throws InvalidTypeForEncoding
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags