|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.io.OutputStream
![]()
![]()
![]()
org.omg.CORBA.portable.OutputStream
![]()
![]()
![]()
org.omg.CORBA_2_3.portable.OutputStream
, Flushable

public abstract class OutputStream

OutputStream provides interface for writing of all of the mapped IDL type to the stream. It extends org.omg.CORBA.portable.OutputStream, and defines new methods defined by CORBA 2.3.
OutputStream

| Constructor Summary | |
|---|---|
OutputStream
|
|
| Method Summary | |
|---|---|
void |
write_abstract_interface
Marshals a value object or a stub object. |
void |
write_value
Marshals a value type to the output stream. |
void |
write_value
Marshals a value type to the output stream. |
void |
write_value
Marshals a value type to the output stream. |
void |
write_value
Marshals a value type to the output stream. |
Methods inherited from class org.omg.CORBA.portable.OutputStream ![]() |
|---|
create_input_stream |
Methods inherited from class java.io.OutputStream ![]() |
|---|
close |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Constructor Detail |
|---|

public OutputStream()
| Method Detail |
|---|

public void write_value(Serializable![]()
![]()
value)
value - is the acutal value to write

public void write_value(Serializable![]()
![]()
value, Class
![]()
![]()
clz)
value - is the acutal value to writeclz - is the declared type of the value to be marshaled

public void write_value(Serializable![]()
![]()
value, String
![]()
![]()
repository_id)
value - is the acutal value to writerepository_id - identifies the type of the value type to
be marshaled

public void write_value(Serializable![]()
![]()
value, BoxedValueHelper
![]()
![]()
factory)
value - is the acutal value to writefactory - is the instance of the helper to be used for marshaling
the boxed value

public void write_abstract_interface(Object![]()
![]()
obj)
obj - the actual value object to marshal or the stub to be marshalled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||