Uses of Class
org.omg.CORBA_2_3.portable.InputStream
Packages that use InputStream
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
Provides a portability layer, that is, a set of ORB APIs
that makes it possible for code generated
by one vendor to run on another vendor's ORB.
-
Uses of InputStream in com.sun.corba.ee.impl.corba
Subclasses of InputStream in com.sun.corba.ee.impl.corbaMethods in com.sun.corba.ee.impl.corba with parameters of type InputStreamModifier and TypeMethodDescriptionvoid
TypeCodeImpl.read_value
(InputStream is) (package private) void
TypeCodeImpl.read_value_body
(InputStream is) (package private) void
TypeCodeImpl.read_value_kind
(InputStream is) private void
TypeCodeImpl.readValueBodyComplexAlias
(InputStream is, TypeCodeInputStream _encap) private void
TypeCodeImpl.readValueBodyComplexArray
(InputStream is, TypeCodeInputStream _encap) private void
TypeCodeImpl.readValueBodyComplexSequence
(InputStream is, TypeCodeInputStream _encap) private void
TypeCodeImpl.readValueBodyComplexStruct
(InputStream is, TypeCodeInputStream _encap) private void
TypeCodeImpl.readValueBodyComplexUnion
(InputStream is, TypeCodeInputStream _encap) private void
TypeCodeImpl.readValueBodyComplexValue
(InputStream is, TypeCodeInputStream _encap) private void
TypeCodeImpl.readValueBodySimple
(InputStream is) -
Uses of InputStream in com.sun.corba.ee.impl.encoding
Subclasses of InputStream in com.sun.corba.ee.impl.encodingModifier and TypeClassDescriptionclass
class
Encapsulations are supposed to explicitly define their code sets and GIOP version.class
class
Fields in com.sun.corba.ee.impl.encoding declared as InputStreamMethods in com.sun.corba.ee.impl.encoding with parameters of type InputStreamModifier and TypeMethodDescriptionstatic TypeCodeInputStream
TypeCodeInputStream.readEncapsulation
(InputStream is, ORB _orb) void
TypeCodeInputStream.setEnclosingInputStream
(InputStream enclosure) void
TypeCodeReader.setEnclosingInputStream
(InputStream enclosure) void
WrapperInputStream.setEnclosingInputStream
(InputStream enclosure) -
Uses of InputStream in com.sun.corba.ee.impl.io
Fields in com.sun.corba.ee.impl.io declared as InputStreamMethods in com.sun.corba.ee.impl.io that return InputStreamModifier and TypeMethodDescription(package private) final InputStream
IIOPInputStream.getOrbStream()
(package private) abstract InputStream
InputStreamHook.getOrbStream()
Methods in com.sun.corba.ee.impl.io with parameters of type InputStreamModifier and TypeMethodDescriptionprivate Object
ValueHandlerImpl.read_Array
(IIOPInputStream bridge, InputStream in, Class sequence, CodeBase sender, int offset) private void
ValueHandlerImpl.readCharArray
(InputStream in, char[] array, int offset, int length) Encapsulates reading of Java char arrays so that the 1.3 subclass can override it without exposing internals across packages.private Serializable
ValueHandlerImpl.readValueInternal
(IIOPInputStream bridge, InputStream in, int offset, Class<?> clazz, String repositoryID, CodeBase sender) (package private) final void
IIOPInputStream.setOrbStream
(InputStream os) -
Uses of InputStream in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return InputStreamModifier and TypeMethodDescriptionstatic InputStream
EncapsulationUtility.getEncapsulationStream
(ORB orb, InputStream is) Helper method to read the octet array from is, deencapsulate it, and return as another InputStream.Methods in com.sun.corba.ee.impl.ior with parameters of type InputStreamModifier and TypeMethodDescriptionIdentifiableFactoryFinderBase.create
(int id, InputStream is) private ObjectKeyTemplate
ObjectKeyFactoryImpl.create
(InputStream is, Handler handler, OctetSeqHolder osh) Creates an ObjectKeyTemplate from the InputStream.ObjectKeyFactoryImpl.createTemplate
(InputStream is) static InputStream
EncapsulationUtility.getEncapsulationStream
(ORB orb, InputStream is) Helper method to read the octet array from is, deencapsulate it, and return as another InputStream.Handler.handle
(int magic, int scid, InputStream is, OctetSeqHolder osh) abstract E
IdentifiableFactoryFinderBase.handleMissingFactory
(int id, InputStream is) TaggedComponentFactoryFinderImpl.handleMissingFactory
(int id, InputStream is) TaggedProfileFactoryFinderImpl.handleMissingFactory
(int id, InputStream is) TaggedProfileTemplateFactoryFinderImpl.handleMissingFactory
(int id, InputStream is) static <E extends Identifiable>
voidEncapsulationUtility.readIdentifiableSequence
(List<E> container, IdentifiableFactoryFinder<E> finder, InputStream istr) Read the count from is, then read count Identifiables from is using the factory.protected byte[]
ObjectKeyTemplateBase.readObjectKey
(InputStream is) static byte[]
EncapsulationUtility.readOctets
(InputStream is) Helper method that reads an octet array from an input stream.protected void
NewObjectKeyTemplateBase.setORBVersion
(InputStream is) Constructors in com.sun.corba.ee.impl.ior with parameters of type InputStreamModifierConstructorDescriptionGenericIdentifiable
(int id, InputStream is) GenericTaggedComponent
(int id, InputStream is) GenericTaggedProfile
(int id, InputStream is) IORImpl
(ORB orb, InputStream is) JIDLObjectKeyTemplate
(ORB orb, int magic, int scid, InputStream is) This constructor reads the template ONLY from the stream.JIDLObjectKeyTemplate
(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh) This constructor reads a complete ObjectKey (template and Id) from the stream.OldJIDLObjectKeyTemplate
(ORB orb, int magic, int scid, InputStream is) OldJIDLObjectKeyTemplate
(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh) OldPOAObjectKeyTemplate
(ORB orb, int magic, int scid, InputStream is) This constructor reads the template ONLY from the streamOldPOAObjectKeyTemplate
(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh) This constructor reads a complete ObjectKey (template and Id) from the stream.POAObjectKeyTemplate
(ORB orb, int magic, int scid, InputStream is) This constructor reads the template ONLY from the stream.POAObjectKeyTemplate
(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh) This constructor reads a complete ObjectKey (template and Id) from the stream. -
Uses of InputStream in com.sun.corba.ee.impl.ior.iiop
Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type InputStreamConstructors in com.sun.corba.ee.impl.ior.iiop with parameters of type InputStreamModifierConstructorDescription -
Uses of InputStream in com.sun.corba.ee.impl.plugin.hwlb
Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type InputStream -
Uses of InputStream in com.sun.corba.ee.impl.presentation.rmi
Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type InputStreamModifier and TypeMethodDescriptionDynamicMethodMarshallerImpl.ReaderWriter.read
(InputStream is) ExceptionHandlerImpl.ExceptionRW.read
(InputStream is) ExceptionHandlerImpl.ExceptionRWIDLImpl.read
(InputStream is) ExceptionHandlerImpl.ExceptionRWRMIImpl.read
(InputStream is) Object[]
DynamicMethodMarshallerImpl.readArguments
(InputStream is) DynamicMethodMarshallerImpl.readResult
(InputStream is) -
Uses of InputStream in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol with parameters of type InputStreamModifier and TypeMethodDescriptionvoid
MessageMediatorImpl.handleDIIReply
(InputStream inputStream) MessageMediatorImpl.unmarshalDIIUserException
(String repoId, InputStream is) -
Uses of InputStream in com.sun.corba.ee.impl.servicecontext
Methods in com.sun.corba.ee.impl.servicecontext with parameters of type InputStreamModifier and TypeMethodDescriptionprivate void
ServiceContextsImpl.createMapFromInputStream
(InputStream is) Given the input stream, this fills our service context map.Constructors in com.sun.corba.ee.impl.servicecontext with parameters of type InputStreamModifierConstructorDescriptionRead the Service contexts from the input stream.UnknownServiceContextImpl
(int id, InputStream is) -
Uses of InputStream in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util with parameters of type InputStreamModifier and TypeMethodDescriptionstatic Object
Utility.readAbstractAndNarrow
(InputStream in, Class narrowTo) Read an abstract interface type from the input stream and narrow it to the desired type. -
Uses of InputStream in com.sun.corba.ee.spi.folb
Constructors in com.sun.corba.ee.spi.folb with parameters of type InputStream -
Uses of InputStream in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior with parameters of type InputStreamModifier and TypeMethodDescriptionfinal E
EncapsulationFactoryBase.create
(ORB orb, InputStream in) IdentifiableFactory.create
(ORB orb, InputStream in) Construct the appropriate Identifiable object with the given id from the InputStream is.IdentifiableFactoryFinder.create
(int id, InputStream is) If there is a registered factory for id, use it to read an Identifiable from is.ObjectKeyFactory.createTemplate
(InputStream is) Create an ObjectKeyTemplate from its representation in an InputStream.static IOR
IORFactories.makeIOR
(ORB orb, InputStream is) Read an IOR from an InputStream.static IORTemplate
IORFactories.makeIORTemplate
(InputStream is) Read an IORTemplate from an InputStream.static IORTemplateList
IORFactories.makeIORTemplateList
(InputStream is) protected abstract E
EncapsulationFactoryBase.readContents
(InputStream is) -
Uses of InputStream in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type InputStreamModifier and TypeMethodDescriptionstatic IIOPAddress
IIOPFactories.makeIIOPAddress
(InputStream is) -
Uses of InputStream in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type InputStreamModifier and TypeMethodDescriptionObject[]
DynamicMethodMarshaller.readArguments
(InputStream is) Read the arguments for this method from the InputStream.DynamicMethodMarshaller.readResult
(InputStream is) Read the result from the InputStream. -
Uses of InputStream in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type InputStreamModifier and TypeMethodDescriptionvoid
MessageMediator.handleDIIReply
(InputStream inputStream) MessageMediator.unmarshalDIIUserException
(String repoId, InputStream inputStream) -
Uses of InputStream in com.sun.corba.ee.spi.servicecontext
Fields in com.sun.corba.ee.spi.servicecontext declared as InputStreamModifier and TypeFieldDescriptionprotected InputStream
ServiceContextBase.in
in is the stream containing the service context representation.Methods in com.sun.corba.ee.spi.servicecontext with parameters of type InputStreamModifier and TypeMethodDescriptionServiceContext.Factory.create
(InputStream s, GIOPVersion gv) static ServiceContexts
ServiceContextDefaults.makeServiceContexts
(InputStream is) static UnknownServiceContext
ServiceContextDefaults.makeUnknownServiceContext
(int id, InputStream str) Constructors in com.sun.corba.ee.spi.servicecontext with parameters of type InputStreamModifierConstructorDescriptionprotected
Stream constructor used when subclass is constructed from an InputStream. -
Uses of InputStream in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable with parameters of type InputStreamModifier and TypeMethodDescriptionValueFactory.read_value
(InputStream is) Is called by the ORB runtime while in the process of unmarshaling a value type.