Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Class org.omg.CORBA.portable.InputStream

java.lang.Object
    |
    +----org.omg.CORBA.portable.InputStream

public abstract class InputStream
extends Object
InputStream is the Java API for reading IDL types from CDR marshal streams. These methods are used by the ORB to unmarshal IDL types as well as to extract IDL types out of Anys. The _array versions of the methods can be directly used to read sequences and arrays of IDL types.

Since:
JDK1.2

Constructor Summary
 InputStream()
 
 

Method Summary
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)
 
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)
 
Object  read_Object()
 
byte  read_octet()
 
void  read_octet_array(byte[] value, int offset, int length)
 
Principal  read_Principal()
 
short  read_short()
 
void  read_short_array(short[] value, int offset, int length)
 
String  read_string()
 
TypeCode  read_TypeCode()
 
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()
 
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStream

public InputStream()
Method Detail

read_boolean

public abstract boolean read_boolean()

read_char

public abstract char read_char()

read_wchar

public abstract char read_wchar()

read_octet

public abstract byte read_octet()

read_short

public abstract short read_short()

read_ushort

public abstract short read_ushort()

read_long

public abstract int read_long()

read_ulong

public abstract int read_ulong()

read_longlong

public abstract long read_longlong()

read_ulonglong

public abstract long read_ulonglong()

read_float

public abstract float read_float()

read_double

public abstract double read_double()

read_string

public abstract String read_string()

read_wstring

public abstract String read_wstring()

read_boolean_array

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

read_char_array

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

read_wchar_array

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

read_octet_array

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

read_short_array

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

read_ushort_array

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

read_long_array

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

read_ulong_array

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

read_longlong_array

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

read_ulonglong_array

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

read_float_array

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

read_double_array

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

read_Object

public abstract Object read_Object()

read_TypeCode

public abstract TypeCode read_TypeCode()

read_any

public abstract Any read_any()

read_Principal

public abstract Principal read_Principal()

Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.