org.omg.CORBA.portable

Class InputStream

Known Direct Subclasses:
InputStream

public abstract class InputStream
extends java.io.InputStream

Copyright (c) 1999-2000 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Method Summary

ORB
orb()
int
read()
Context
read_Context()
Object
read_Object()
Object
read_Object(java.lang.Class clz)
Principal
read_Principal()
Deprecated. Deprecated by CORBA 2.2
TypeCode
read_TypeCode()
Any
read_any()
boolean
read_boolean()
void
read_boolean_array(boolean[] value, int offset, int length)
char
read_char()
void
read_char_array(char[] value, int offset, int length)
double
read_double()
void
read_double_array(double[] value, int offset, int length)
java.math.BigDecimal
read_fixed()
Deprecated. Deprecated by CORBA 2.4
java.math.BigDecimal
read_fixed(short digits, short scale)
float
read_float()
void
read_float_array(float[] value, int offset, int length)
int
read_long()
void
read_long_array(int[] value, int offset, int length)
long
read_longlong()
void
read_longlong_array(long[] value, int offset, int length)
byte
read_octet()
void
read_octet_array(byte[] value, int offset, int length)
short
read_short()
void
read_short_array(short[] value, int offset, int length)
String
read_string()
int
read_ulong()
void
read_ulong_array(int[] value, int offset, int length)
long
read_ulonglong()
void
read_ulonglong_array(long[] value, int offset, int length)
short
read_ushort()
void
read_ushort_array(short[] value, int offset, int length)
char
read_wchar()
void
read_wchar_array(char[] value, int offset, int length)
String
read_wstring()

Method Details

orb

public ORB orb()


read

public int read()
            throws java.io.IOException


read_Context

public Context read_Context()


read_Object

public Object read_Object()


read_Object

public Object read_Object(java.lang.Class clz)


read_Principal

public Principal read_Principal()

Deprecated. Deprecated by CORBA 2.2


read_TypeCode

public TypeCode read_TypeCode()


read_any

public Any read_any()


read_boolean

public boolean read_boolean()


read_boolean_array

public void read_boolean_array(boolean[] value,
                               int offset,
                               int length)


read_char

public char read_char()


read_char_array

public void read_char_array(char[] value,
                            int offset,
                            int length)


read_double

public double read_double()


read_double_array

public void read_double_array(double[] value,
                              int offset,
                              int length)


read_fixed

public java.math.BigDecimal read_fixed()

Deprecated. Deprecated by CORBA 2.4


read_fixed

public java.math.BigDecimal read_fixed(short digits,
                                       short scale)


read_float

public float read_float()


read_float_array

public void read_float_array(float[] value,
                             int offset,
                             int length)


read_long

public int read_long()


read_long_array

public void read_long_array(int[] value,
                            int offset,
                            int length)


read_longlong

public long read_longlong()


read_longlong_array

public void read_longlong_array(long[] value,
                                int offset,
                                int length)


read_octet

public byte read_octet()


read_octet_array

public void read_octet_array(byte[] value,
                             int offset,
                             int length)


read_short

public short read_short()


read_short_array

public void read_short_array(short[] value,
                             int offset,
                             int length)


read_string

public String read_string()


read_ulong

public int read_ulong()


read_ulong_array

public void read_ulong_array(int[] value,
                             int offset,
                             int length)


read_ulonglong

public long read_ulonglong()


read_ulonglong_array

public void read_ulonglong_array(long[] value,
                                 int offset,
                                 int length)


read_ushort

public short read_ushort()


read_ushort_array

public void read_ushort_array(short[] value,
                              int offset,
                              int length)


read_wchar

public char read_wchar()


read_wchar_array

public void read_wchar_array(char[] value,
                             int offset,
                             int length)


read_wstring

public String read_wstring()