|
Préférences
Moteurs de recherche
|
||||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.5.0
org.omg.CORBA_2_3.portable
|
|||||||||||||||||||||
| Constructor Summary | |
|---|---|
OutputStream()
|
|
| Method Summary | |
|---|---|
void |
write_abstract_interface(Object obj)
Marshals a value object or a stub object. |
void |
write_value(Serializable value)
Marshals a value type to the output stream. |
void |
write_value(Serializable value,
BoxedValueHelper factory)
Marshals a value type to the output stream. |
void |
write_value(Serializable value,
Class clz)
Marshals a value type to the output stream. |
void |
write_value(Serializable value,
String repository_id)
Marshals a value type to the output stream. |
| Methods inherited from class java.io.OutputStream |
|---|
close, flush, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputStream()
| Method Detail |
|---|
public void write_value(Serializable value)
value - is the acutal value to writepublic void write_value(Serializable value, Class clz)
value - is the acutal value to writeclz - is the declared type of the value to be marshaledpublic 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 marshaledpublic 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 valuepublic void write_abstract_interface(Object obj)
obj - the actual value object to marshal or the stub to be marshalled