KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.IOP
Class CodecFactoryHelper

java.lang.Object
  extended by org.omg.IOP.CodecFactoryHelper
See Also:
Top Examples, Source Code

public CodecFactoryHelper()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static CodecFactory extract(Any a)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static String id()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void insert(Any a,
                          CodecFactory that)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static CodecFactory narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static CodecFactory read(InputStream istream)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static TypeCode type()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static CodecFactory unchecked_narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void write(OutputStream ostream,
                         CodecFactory value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags