org.apache.yoko.orb.CORBA
Class DataInputStream

java.lang.Object
  extended by org.apache.yoko.orb.CORBA.DataInputStream
All Implemented Interfaces:
Serializable, DataInputStream, IDLEntity, ValueBase

public final class DataInputStream
extends Object
implements DataInputStream

See Also:
Serialized Form

Constructor Summary
DataInputStream(InputStream in)
           
 
Method Summary
 String[] _truncatable_ids()
           
 Object read_Abstract()
           
 void read_any_array(AnySeqHolder seq, int offset, int length)
           
 Any read_any()
           
 void read_boolean_array(BooleanSeqHolder seq, int offset, int length)
           
 boolean read_boolean()
           
 void read_char_array(CharSeqHolder seq, int offset, int length)
           
 char read_char()
           
 void read_double_array(DoubleSeqHolder seq, int offset, int length)
           
 double read_double()
           
 void read_float_array(FloatSeqHolder seq, int offset, int length)
           
 float read_float()
           
 void read_long_array(LongSeqHolder seq, int offset, int length)
           
 int read_long()
           
 void read_longlong_array(LongLongSeqHolder seq, int offset, int length)
           
 long read_longlong()
           
 Object read_Object()
           
 void read_octet_array(OctetSeqHolder seq, int offset, int length)
           
 byte read_octet()
           
 void read_short_array(ShortSeqHolder seq, int offset, int length)
           
 short read_short()
           
 String read_string()
           
 TypeCode read_TypeCode()
           
 void read_ulong_array(ULongSeqHolder seq, int offset, int length)
           
 int read_ulong()
           
 void read_ulonglong_array(ULongLongSeqHolder seq, int offset, int length)
           
 long read_ulonglong()
           
 void read_ushort_array(UShortSeqHolder seq, int offset, int length)
           
 short read_ushort()
           
 Serializable read_Value()
           
 void read_wchar_array(WCharSeqHolder seq, int offset, int length)
           
 char read_wchar()
           
 String read_wstring()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataInputStream

public DataInputStream(InputStream in)
Method Detail

_truncatable_ids

public String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface ValueBase

read_any

public Any read_any()
Specified by:
read_any in interface DataInputStream

read_boolean

public boolean read_boolean()
Specified by:
read_boolean in interface DataInputStream

read_char

public char read_char()
Specified by:
read_char in interface DataInputStream

read_wchar

public char read_wchar()
Specified by:
read_wchar in interface DataInputStream

read_octet

public byte read_octet()
Specified by:
read_octet in interface DataInputStream

read_short

public short read_short()
Specified by:
read_short in interface DataInputStream

read_ushort

public short read_ushort()
Specified by:
read_ushort in interface DataInputStream

read_long

public int read_long()
Specified by:
read_long in interface DataInputStream

read_ulong

public int read_ulong()
Specified by:
read_ulong in interface DataInputStream

read_longlong

public long read_longlong()
Specified by:
read_longlong in interface DataInputStream

read_ulonglong

public long read_ulonglong()
Specified by:
read_ulonglong in interface DataInputStream

read_float

public float read_float()
Specified by:
read_float in interface DataInputStream

read_double

public double read_double()
Specified by:
read_double in interface DataInputStream

read_string

public String read_string()
Specified by:
read_string in interface DataInputStream

read_wstring

public String read_wstring()
Specified by:
read_wstring in interface DataInputStream

read_Object

public Object read_Object()
Specified by:
read_Object in interface DataInputStream

read_Abstract

public Object read_Abstract()
Specified by:
read_Abstract in interface DataInputStream

read_Value

public Serializable read_Value()
Specified by:
read_Value in interface DataInputStream

read_TypeCode

public TypeCode read_TypeCode()
Specified by:
read_TypeCode in interface DataInputStream

read_any_array

public void read_any_array(AnySeqHolder seq,
                           int offset,
                           int length)
Specified by:
read_any_array in interface DataInputStream

read_boolean_array

public void read_boolean_array(BooleanSeqHolder seq,
                               int offset,
                               int length)
Specified by:
read_boolean_array in interface DataInputStream

read_char_array

public void read_char_array(CharSeqHolder seq,
                            int offset,
                            int length)
Specified by:
read_char_array in interface DataInputStream

read_wchar_array

public void read_wchar_array(WCharSeqHolder seq,
                             int offset,
                             int length)
Specified by:
read_wchar_array in interface DataInputStream

read_octet_array

public void read_octet_array(OctetSeqHolder seq,
                             int offset,
                             int length)
Specified by:
read_octet_array in interface DataInputStream

read_short_array

public void read_short_array(ShortSeqHolder seq,
                             int offset,
                             int length)
Specified by:
read_short_array in interface DataInputStream

read_ushort_array

public void read_ushort_array(UShortSeqHolder seq,
                              int offset,
                              int length)
Specified by:
read_ushort_array in interface DataInputStream

read_long_array

public void read_long_array(LongSeqHolder seq,
                            int offset,
                            int length)
Specified by:
read_long_array in interface DataInputStream

read_ulong_array

public void read_ulong_array(ULongSeqHolder seq,
                             int offset,
                             int length)
Specified by:
read_ulong_array in interface DataInputStream

read_ulonglong_array

public void read_ulonglong_array(ULongLongSeqHolder seq,
                                 int offset,
                                 int length)
Specified by:
read_ulonglong_array in interface DataInputStream

read_longlong_array

public void read_longlong_array(LongLongSeqHolder seq,
                                int offset,
                                int length)
Specified by:
read_longlong_array in interface DataInputStream

read_float_array

public void read_float_array(FloatSeqHolder seq,
                             int offset,
                             int length)
Specified by:
read_float_array in interface DataInputStream

read_double_array

public void read_double_array(DoubleSeqHolder seq,
                              int offset,
                              int length)
Specified by:
read_double_array in interface DataInputStream


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.