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.
Throws SecurityException if SecurityManager is installed and
enableSubclassImplementation SerializablePermission
is not granted or jdk.corba.allowInputStreamSubclass system
property is either not set or is set to 'false'.
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.