KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > portable > InputStream

org.omg.CORBA.portable
Class InputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.omg.CORBA.portable.InputStream
All Implemented Interfaces:
Closeable
Direct Known Subclasses:
InputStream
See Also:
Top Examples, Source Code

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


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


public int read()
         throws IOException
See Also:
InputStream
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public abstract void read_boolean_array(boolean[] value,
                                        int offset,
                                        int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public abstract void read_char_array(char[] value,
                                     int offset,
                                     int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public abstract void read_double_array(double[] value,
                                       int offset,
                                       int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public abstract void read_float_array(float[] value,
                                      int offset,
                                      int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public abstract void read_longlong_array(long[] value,
                                         int offset,
                                         int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void read_long_array(int[] value,
                                     int offset,
                                     int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public Object read_Object(Class clz)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public abstract void read_octet_array(byte[] value,
                                      int offset,
                                      int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
public Principal read_Principal()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public abstract void read_short_array(short[] value,
                                      int offset,
                                      int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


public abstract void read_ulonglong_array(long[] value,
                                          int offset,
                                          int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void read_ulong_array(int[] value,
                                      int offset,
                                      int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public abstract void read_ushort_array(short[] value,
                                       int offset,
                                       int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public abstract void read_wchar_array(char[] value,
                                      int offset,
                                      int length)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags