Searched defs:ostream (Results 1 - 25 of 101) sorted by relevance

12345

/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DStreamable.java46 * Marshals to <code>ostream</code> the value in the
49 * @param ostream the CDR OutputStream
51 void _write(OutputStream ostream); argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DAnyImplHelper.java73 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.Any value) argument
75 ostream.write_any (value);
H A DTypeCodeImplHelper.java71 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.TypeCode value) argument
73 ostream.write_TypeCode (value);
76 public static void write (org.omg.CORBA.portable.OutputStream ostream, TypeCodeImpl value) argument
78 ostream.write_TypeCode (value);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DCancelRequestMessage_1_0.java66 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
67 super.write(ostream);
68 ostream.write_ulong(this.request_id);
H A DCancelRequestMessage_1_1.java66 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
67 super.write(ostream);
68 ostream.write_ulong(this.request_id);
H A DCancelRequestMessage_1_2.java66 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
67 super.write(ostream);
68 ostream.write_ulong(this.request_id);
H A DFragmentMessage_1_1.java70 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
71 super.write(ostream);
H A DFragmentMessage_1_2.java98 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
99 super.write(ostream);
100 ostream.write_ulong(this.request_id);
H A DMessage_1_2.java70 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
72 super.write(ostream);
78 super.write(ostream);
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DAttrDescriptionSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.AttributeDescription[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.AttributeDescriptionHelper.write (ostream, value[_i0]);
H A DAttributeDescriptionHelper.java132 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.AttributeDescription value) argument
134 ostream.write_string (value.name);
135 ostream.write_string (value.id);
136 ostream.write_string (value.defined_in);
137 ostream.write_string (value.version);
138 ostream.write_TypeCode (value.type);
139 com.sun.org.omg.CORBA.AttributeModeHelper.write (ostream, value.mode);
H A DAttributeModeHelper.java76 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.AttributeMode value) argument
78 ostream.write_long (value.value ());
H A DContextIdSeqHelper.java85 public static void write (org.omg.CORBA.portable.OutputStream ostream, String[] value) argument
87 ostream.write_long (value.length);
89 com.sun.org.omg.CORBA.ContextIdentifierHelper.write (ostream, value[_i0]);
H A DContextIdentifierHelper.java80 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) argument
82 ostream.write_string (value);
H A DDefinitionKindHelper.java87 //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.DefinitionKind value)
88 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.DefinitionKind value) argument
90 ostream.write_long (value.value ());
H A DExcDescriptionSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ExceptionDescription[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.ExceptionDescriptionHelper.write (ostream, value[_i0]);
H A DExceptionDescriptionHelper.java126 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ExceptionDescription value) argument
128 ostream.write_string (value.name);
129 ostream.write_string (value.id);
130 ostream.write_string (value.defined_in);
131 ostream.write_string (value.version);
132 ostream.write_TypeCode (value.type);
H A DIdentifierHelper.java79 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) argument
81 ostream.write_string (value);
H A DInitializerHelper.java107 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.Initializer value) argument
109 com.sun.org.omg.CORBA.StructMemberSeqHelper.write (ostream, value.members);
110 ostream.write_string (value.name);
H A DInitializerSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.Initializer[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.InitializerHelper.write (ostream, value[_i0]);
H A DOpDescriptionSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.OperationDescription[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.OperationDescriptionHelper.write (ostream, value[_i0]);
H A DOperationDescriptionHelper.java158 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.OperationDescription value) argument
160 ostream.write_string (value.name);
161 ostream.write_string (value.id);
162 ostream.write_string (value.defined_in);
163 ostream.write_string (value.version);
164 ostream.write_TypeCode (value.result);
165 com.sun.org.omg.CORBA.OperationModeHelper.write (ostream, value.mode);
166 com.sun.org.omg.CORBA.ContextIdSeqHelper.write (ostream, value.contexts);
167 com.sun.org.omg.CORBA.ParDescriptionSeqHelper.write (ostream, value.parameters);
168 com.sun.org.omg.CORBA.ExcDescriptionSeqHelper.write (ostream, valu
[all...]
H A DOperationModeHelper.java76 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.OperationMode value) argument
78 ostream.write_long (value.value ());
H A DParDescriptionSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ParameterDescription[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.ParameterDescriptionHelper.write (ostream, value[_i0]);
H A DParameterDescriptionHelper.java117 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ParameterDescription value) argument
119 ostream.write_string (value.name);
120 ostream.write_TypeCode (value.type);
121 com.sun.org.omg.CORBA.IDLTypeHelper.write (ostream, value.type_def);
122 com.sun.org.omg.CORBA.ParameterModeHelper.write (ostream, value.mode);

Completed in 60 milliseconds

12345