⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dataoutputstream.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/DataOutputStream.html#write_ulonglong(long)">write_ulonglong</A></B>(long&nbsp;value)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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[]&nbsp;seq,                   int&nbsp;offset,                   int&nbsp;length)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/DataOutputStream.html#write_ushort(short)">write_ushort</A></B>(short&nbsp;value)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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>&nbsp;value)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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[]&nbsp;seq,                  int&nbsp;offset,                  int&nbsp;length)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/DataOutputStream.html#write_wchar(char)">write_wchar</A></B>(char&nbsp;value)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;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>&nbsp;value)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes the IDL wide string value (represented as a Java String) to the output stream.</TD></TR></TABLE>&nbsp;<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>&nbsp;<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>&nbsp;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&nbsp;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&nbsp;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&nbsp;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&nbsp;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&nbsp;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&nbsp;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&nbsp;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&nbsp;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&nbsp;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&nbsp;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&nbsp;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&nbsp;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>&nbsp;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>&nbsp;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>&nbsp;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 + -