This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


org.omg.CORBA_2_3.portable
class InputStream

java.lang.Object extended by java.io.InputStream extended by org.omg.CORBA.portable.InputStream extended by org.omg.CORBA_2_3.portable.InputStream
All Implemented Interfaces:
Closeable

public abstract class InputStream
extends InputStream

InputStream provides for the reading of all of the mapped IDL types from the stream. It extends org.omg.CORBA.portable.InputStream. This class defines new methods that were added for CORBA 2.3.


Constructor Summary

          
 
Method Summary
 Object

          Unmarshal the value object or a suitable stub object.
 Object

          Unmarshal the class object or the stub class corresponding to the passed type.
 Serializable

          Unmarshalls a value type from the input stream.
 Serializable

          Unmarshalls a value type from the input stream.
 Serializable

          Unmarshalls a value type from the input stream.
 Serializable

          Unmarshalls a value type from the input stream.
 Serializable

          Unmarshalls a value type from the input stream.
 
Methods inherited from class org.omg.CORBA.portable.InputStream
orb, read, read_any, read_boolean, read_boolean_array, read_char, read_char_array, read_Context, read_double, read_double_array, read_fixed, read_float, read_float_array, read_long, read_longlong, read_longlong_array, read_long_array, read_Object, read_Object, read_octet, read_octet_array, read_Principal, read_short, read_short_array, read_string, read_TypeCode, read_ulong, read_ulonglong, read_ulonglong_array, read_ulong_array, read_ushort, read_ushort_array, read_wchar, read_wchar_array, read_wstring
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
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_abstract_interface

public Object read_abstract_interface()
Unmarshal the value object or a suitable stub object.

Returns:
ORB runtime returns the value object or a suitable stub object.

read_abstract_interface

public Object read_abstract_interface(Class clz)
Unmarshal the class object or the stub class corresponding to the passed type.

Parameters:
clz - is the Class object for the stub class which corresponds to the type that is statically expected.
Returns:
ORB runtime returns the value object or a suitable stub object.

read_value

public Serializable read_value()
Unmarshalls a value type from the input stream.

Returns:
the value type unmarshalled from the input stream

read_value

public Serializable read_value(BoxedValueHelper factory)
Unmarshalls a value type from the input stream.

Parameters:
factory - is the instance fo the helper to be used for unmarshalling the value type
Returns:
the value unmarshalled from the input stream

read_value

public Serializable read_value(Class clz)
Unmarshalls a value type from the input stream.

Parameters:
clz - is the declared type of the value to be unmarshalled
Returns:
the value unmarshalled from the input stream

read_value

public Serializable read_value(Serializable value)
Unmarshalls a value type from the input stream.

Parameters:
value - is an uninitialized value which is added to the orb's indirection table before calling Streamable._read() or CustomMarshal.unmarshal() to unmarshal the value.
Returns:
value type unmarshalled from the input stream

read_value

public Serializable read_value(String rep_id)
Unmarshalls a value type from the input stream.

Parameters:
rep_id - identifies the type of the value to be unmarshalled
Returns:
value type unmarshalled from the input stream


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.