KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > ShortSeqHelper

org.omg.CORBA
Class ShortSeqHelper

java.lang.Object
  extended by org.omg.CORBA.ShortSeqHelper
See Also:
Source Code

public static short[] 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,
                          short[] that)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public ShortSeqHelper()
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 void write(OutputStream ostream,
                         short[] value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags