|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputStream | |
org.omg.CORBA | Provides the mapping
of the OMG CORBA APIs to the
JavaTM programming language,
including the class ORB ,
which is implemented
so that a programmer can use it as
a fully-functional Object Request Broker (ORB). |
org.omg.CORBA.portable | 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. |
org.omg.CosNaming | Provides the naming service for Java IDL. |
org.omg.CosNaming.NamingContextPackage | Provides the exceptions used in the package org.omg.CosNaming
(AlreadyBound , CannotProceed ,
InvalidName , NotEmpty , and
NotFound )
and also the Helper and Holder classes for those
exceptions. |
Uses of InputStream in org.omg.CORBA |
Methods in org.omg.CORBA that return InputStream | |
abstract InputStream |
Any.create_input_stream()
Creates an input stream from which this Any object's value
can be unmarshalled. |
Methods in org.omg.CORBA with parameters of type InputStream | |
void |
FixedHolder._read(InputStream input)
Read a fixed point value from the input stream and store it in the value member. |
void |
ServiceInformationHolder._read(InputStream in)
Reads unmarshalled data from the input stream in and assigns it to
the value field in this ServiceInformationHolder object. |
static ServiceDetail |
ServiceDetailHelper.read(InputStream in)
|
void |
TypeCodeHolder._read(InputStream input)
Reads from input and initalizes the value in
this TypeCodeHolder object
with the unmarshalled data. |
void |
PrincipalHolder._read(InputStream input)
Deprecated. |
void |
CharHolder._read(InputStream input)
Reads from input and initalizes the value in
this CharHolder object
with the unmarshalled data. |
void |
ObjectHolder._read(InputStream input)
Reads from input and initalizes the value in
this ObjectHolder object
with the unmarshalled data. |
void |
AnyHolder._read(InputStream input)
Reads from input and initalizes the value in the Holder
with the unmarshalled data. |
void |
StringHolder._read(InputStream input)
Reads the unmarshalled data from input and assigns it to
the value field of this StringHolder object. |
void |
ByteHolder._read(InputStream input)
Reads from input and initalizes the value in
this ByteHolder object
with the unmarshalled data. |
abstract void |
Any.read_value(InputStream is,
TypeCode t)
Reads off (unmarshals) the value of an Any object from
the given input stream using the given typecode. |
void |
LongHolder._read(InputStream input)
Reads from input and initalizes the value in the Holder
with the unmarshalled data. |
void |
ShortHolder._read(InputStream input)
Reads from input and initalizes the value in
this ShortHolder object
with the unmarshalled data. |
void |
FloatHolder._read(InputStream input)
Read a float from an input stream and initialize the value member with the float value. |
static ServiceInformation |
ServiceInformationHelper.read(InputStream in)
|
void |
DoubleHolder._read(InputStream input)
Read a double value from the input stream and store it in the value member. |
void |
IntHolder._read(InputStream input)
Reads unmarshalled data from input and assigns it to
the value field in this IntHolder object. |
void |
BooleanHolder._read(InputStream input)
Reads unmarshalled data from input and assigns it to this
BooleanHolder object's value field. |
Uses of InputStream in org.omg.CORBA.portable |
Methods in org.omg.CORBA.portable that return InputStream | |
InputStream |
ObjectImpl._invoke(OutputStream output)
_invoke is called to invoke an operation. |
abstract InputStream |
OutputStream.create_input_stream()
|
InputStream |
Delegate.invoke(Object self,
OutputStream output)
invoke is called by a stub to invoke an operation. |
InputStream |
ApplicationException.getInputStream()
|
Methods in org.omg.CORBA.portable with parameters of type InputStream | |
void |
ObjectImpl._releaseReply(InputStream input)
_releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed. |
void |
Delegate.releaseReply(Object self,
InputStream input)
releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed. |
OutputStream |
InvokeHandler._invoke(String method,
InputStream input,
ResponseHandler handler)
Invoked by the ORB to dispatch a request to the servant. |
void |
Streamable._read(InputStream istream)
Reads data from istream and initalizes the
value field of the Holder with the unmarshalled data. |
Constructors in org.omg.CORBA.portable with parameters of type InputStream | |
ApplicationException.ApplicationException(String id,
InputStream ins)
Construct an ApplicationException object. |
Uses of InputStream in org.omg.CosNaming |
Methods in org.omg.CosNaming with parameters of type InputStream | |
void |
BindingTypeHolder._read(InputStream in)
|
static Binding[] |
BindingListHelper.read(InputStream in)
|
void |
BindingHolder._read(InputStream in)
|
static NameComponent[] |
NameHelper.read(InputStream in)
|
static String |
IstringHelper.read(InputStream in)
|
void |
NamingContextHolder._read(InputStream in)
|
static BindingIterator |
BindingIteratorHelper.read(InputStream in)
|
static NameComponent |
NameComponentHelper.read(InputStream in)
|
static BindingType |
BindingTypeHelper.read(InputStream in)
|
static NamingContext |
NamingContextHelper.read(InputStream in)
|
void |
NameHolder._read(InputStream in)
|
static Binding |
BindingHelper.read(InputStream in)
|
void |
BindingListHolder._read(InputStream in)
|
void |
BindingIteratorHolder._read(InputStream in)
|
void |
NameComponentHolder._read(InputStream in)
|
Uses of InputStream in org.omg.CosNaming.NamingContextPackage |
Methods in org.omg.CosNaming.NamingContextPackage with parameters of type InputStream | |
static NotEmpty |
NotEmptyHelper.read(InputStream in)
|
static NotFound |
NotFoundHelper.read(InputStream in)
|
static NotFoundReason |
NotFoundReasonHelper.read(InputStream in)
|
void |
InvalidNameHolder._read(InputStream in)
|
void |
CannotProceedHolder._read(InputStream in)
|
void |
NotFoundHolder._read(InputStream in)
|
static CannotProceed |
CannotProceedHelper.read(InputStream in)
|
void |
AlreadyBoundHolder._read(InputStream in)
|
void |
NotEmptyHolder._read(InputStream in)
|
static InvalidName |
InvalidNameHelper.read(InputStream in)
|
void |
NotFoundReasonHolder._read(InputStream in)
|
static AlreadyBound |
AlreadyBoundHelper.read(InputStream in)
|
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |