📄 dataoutputstream.html
字号:
<BR> Writes the array of IDL unsigned long longs (represented as Java longs) from offset for length elements to the output stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/DataOutputStream.html#write_ulonglong(long)">write_ulonglong</A></B>(long value)</CODE><BR> Writes the IDL unsigned long long value (represented as a Java long) to the output stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/DataOutputStream.html#write_ushort_array(short[], int, int)">write_ushort_array</A></B>(short[] seq, int offset, int length)</CODE><BR> Writes the array of IDL unsigned shorts (represented as Java shorts) from offset for length elements to the output stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/DataOutputStream.html#write_ushort(short)">write_ushort</A></B>(short value)</CODE><BR> Writes the IDL unsigned short value (represented as a Java short value) to the output stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/DataOutputStream.html#write_Value(java.io.Serializable)">write_Value</A></B>(<A HREF="../../../java/io/Serializable.html">Serializable</A> value)</CODE><BR> Writes the IDL value type value to the output stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/DataOutputStream.html#write_wchar_array(char[], int, int)">write_wchar_array</A></B>(char[] seq, int offset, int length)</CODE><BR> Writes the array of IDL wide characters from offset for length elements to the output stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/DataOutputStream.html#write_wchar(char)">write_wchar</A></B>(char value)</CODE><BR> Writes the IDL wide character value to the output stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/DataOutputStream.html#write_wstring(java.lang.String)">write_wstring</A></B>(<A HREF="../../../java/lang/String.html">String</A> value)</CODE><BR> Writes the IDL wide string value (represented as a Java String) to the output stream.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_org.omg.CORBA.portable.ValueBase"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface org.omg.CORBA.portable.<A HREF="../../../org/omg/CORBA/portable/ValueBase.html">ValueBase</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../org/omg/CORBA/portable/ValueBase.html#_truncatable_ids()">_truncatable_ids</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="write_any(org.omg.CORBA.Any)"><!-- --></A><H3>write_any</H3><PRE>public void <B>write_any</B>(<A HREF="../../../org/omg/CORBA/Any.html">Any</A> value)</PRE><DL><DD>Writes the Any value to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_boolean(boolean)"><!-- --></A><H3>write_boolean</H3><PRE>public void <B>write_boolean</B>(boolean value)</PRE><DL><DD>Writes the boolean value to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_char(char)"><!-- --></A><H3>write_char</H3><PRE>public void <B>write_char</B>(char value)</PRE><DL><DD>Writes the IDL character value to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_wchar(char)"><!-- --></A><H3>write_wchar</H3><PRE>public void <B>write_wchar</B>(char value)</PRE><DL><DD>Writes the IDL wide character value to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_octet(byte)"><!-- --></A><H3>write_octet</H3><PRE>public void <B>write_octet</B>(byte value)</PRE><DL><DD>Writes the IDL octet value (represented as a Java byte) to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_short(short)"><!-- --></A><H3>write_short</H3><PRE>public void <B>write_short</B>(short value)</PRE><DL><DD>Writes the IDL short value to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_ushort(short)"><!-- --></A><H3>write_ushort</H3><PRE>public void <B>write_ushort</B>(short value)</PRE><DL><DD>Writes the IDL unsigned short value (represented as a Java short value) to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_long(int)"><!-- --></A><H3>write_long</H3><PRE>public void <B>write_long</B>(int value)</PRE><DL><DD>Writes the IDL long value (represented as a Java int) to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_ulong(int)"><!-- --></A><H3>write_ulong</H3><PRE>public void <B>write_ulong</B>(int value)</PRE><DL><DD>Writes the IDL unsigned long value (represented as a Java int) to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_longlong(long)"><!-- --></A><H3>write_longlong</H3><PRE>public void <B>write_longlong</B>(long value)</PRE><DL><DD>Writes the IDL long long value (represented as a Java long) to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_ulonglong(long)"><!-- --></A><H3>write_ulonglong</H3><PRE>public void <B>write_ulonglong</B>(long value)</PRE><DL><DD>Writes the IDL unsigned long long value (represented as a Java long) to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_float(float)"><!-- --></A><H3>write_float</H3><PRE>public void <B>write_float</B>(float value)</PRE><DL><DD>Writes the IDL float value to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_double(double)"><!-- --></A><H3>write_double</H3><PRE>public void <B>write_double</B>(double value)</PRE><DL><DD>Writes the IDL double value to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_string(java.lang.String)"><!-- --></A><H3>write_string</H3><PRE>public void <B>write_string</B>(<A HREF="../../../java/lang/String.html">String</A> value)</PRE><DL><DD>Writes the IDL string value to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_wstring(java.lang.String)"><!-- --></A><H3>write_wstring</H3><PRE>public void <B>write_wstring</B>(<A HREF="../../../java/lang/String.html">String</A> value)</PRE><DL><DD>Writes the IDL wide string value (represented as a Java String) to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_Object(org.omg.CORBA.Object)"><!-- --></A><H3>write_Object</H3><PRE>public void <B>write_Object</B>(<A HREF="../../../org/omg/CORBA/Object.html">Object</A> value)</PRE><DL><DD>Writes the IDL CORBA::Object value to the output stream.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - The value to be written.</DL></DD></DL><HR><A NAME="write_Abstract(java.lang.Object)"><!-- --></A><H3>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -