Skip navigation.

Using CORBA Request-Level Interceptors

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

 


DataInputStream::read_<primitive>

Synopsis

Returns a value from the stream.

C++ Binding

<primitive> read_<primitive>();

Parameters

None.

Exceptions

None.

Description

The operations to read a primitive element (<primitive>) from a DataInputStream all have the same format. Each operation returns a value from the stream.

Note: String_var, TypeCode_var, or Object_var can be used for memory management. Otherwise, strings must be released using the string_free() operation on the CORBA object, and TypeCode or Object pointers must be released using the release() operation on the CORBA object.

The primitives are the following:

AnySeq  (Not implemented)
BooleanSeq
CharSeq
OctetSeq
ShortSeq
UshortSeq
LongSeq
UlongSeq
FloatSeq
DoubleSeq

Return Values

None.

 

Skip navigation bar  Back to Top Previous Next