|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DavidInputStream | |
org.objectweb.david.apis.presentation | Provides classes and interfaces reconciling the CORBA and Jonathan abstractions for presentation. |
org.objectweb.david.libs.presentation.portable | Provides a set of classes and interfaces for "portable" presentation protocols. |
Uses of DavidInputStream in org.objectweb.david.apis.presentation |
Methods in org.objectweb.david.apis.presentation that return DavidInputStream | |
DavidInputStream |
DavidStreamFactory.newInputStream(ChunkProvider message)
Creates a new input stream, reading data from the specified chunk provider. |
DavidInputStream |
DavidStreamFactory.newInputStream(Chunk chunk,
int read)
Creates a new input stream, reading data from the provided chunk. |
Methods in org.objectweb.david.apis.presentation with parameters of type DavidInputStream | |
org.omg.CORBA.Object |
DavidUnMarshaller.read_Object(DavidInputStream stream,
java.lang.Class classe)
Reads a CORBA Object reference from the provided stream. |
org.omg.CORBA.Any |
DavidUnMarshaller.read_any(DavidInputStream stream)
Reads an Any instance from the provided stream. |
org.omg.CORBA.TypeCode |
DavidUnMarshaller.read_TypeCode(DavidInputStream stream)
Reads a TypeCode instance from the provided stream. |
Uses of DavidInputStream in org.objectweb.david.libs.presentation.portable |
Subclasses of DavidInputStream in org.objectweb.david.libs.presentation.portable | |
class |
PortableMarshallerFactory.PortableUnMarshaller
PortableUnMarshaller is an implementation of UnMarshaller. |
class |
PortableMarshallerFactory.PortableUnMarshallerD
PortableUnMarshallerD is an implementation of UnMarshaller. |
Methods in org.objectweb.david.libs.presentation.portable that return DavidInputStream | |
DavidInputStream |
PortableMarshallerFactory.newInputStream(Chunk chunk,
int read)
Creates a new input stream, reading data from the specified chunk provider. |
DavidInputStream |
PortableMarshallerFactory.newInputStream(ChunkProvider message)
Creates a new input stream, reading data from the provided chunk. |
DavidInputStream |
CDRMarshallerFactory.newInputStream(Chunk chunk,
int read)
|
DavidInputStream |
CDRMarshallerFactory.newInputStream(ChunkProvider message)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |