public class TypeCodeStreamableValue
extends java.lang.Object
implements org.omg.CORBA.portable.StreamableValue
| Constructor and Description |
|---|
TypeCodeStreamableValue(org.omg.CORBA.ORB orb,
org.omg.CORBA.TypeCode tc) |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream is) |
java.lang.String[] |
_truncatable_ids() |
org.omg.CORBA.TypeCode |
_type() |
void |
_write(org.omg.CORBA.portable.OutputStream os) |
org.omg.CORBA_2_3.portable.InputStream |
create_input_stream() |
org.omg.CORBA_2_3.portable.OutputStream |
create_output_stream() |
org.omg.CORBA.TypeCode |
getTypeCode() |
public TypeCodeStreamableValue(org.omg.CORBA.ORB orb,
org.omg.CORBA.TypeCode tc)
throws org.omg.CORBA.TypeCodePackage.BadKind
org.omg.CORBA.TypeCodePackage.BadKind - The specified typecode is
not a valuetype.public org.omg.CORBA.TypeCode getTypeCode()
public org.omg.CORBA_2_3.portable.OutputStream create_output_stream()
public org.omg.CORBA_2_3.portable.InputStream create_input_stream()
public void _read(org.omg.CORBA.portable.InputStream is)
_read in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream os)
_write in interface org.omg.CORBA.portable.Streamablepublic org.omg.CORBA.TypeCode _type()
_type in interface org.omg.CORBA.portable.Streamablepublic java.lang.String[] _truncatable_ids()
_truncatable_ids in interface org.omg.CORBA.portable.ValueBase