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

📄 outputstream.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes a short value to this stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/OutputStream.html#write_string(java.lang.String)">write_string</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 a string value to this stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/OutputStream.html#write_TypeCode(org.omg.CORBA.TypeCode)">write_TypeCode</A></B>(<A HREF="../../../../org/omg/CORBA/TypeCode.html">TypeCode</A>&nbsp;value)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes a TypeCode on this output stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/OutputStream.html#write_ulong_array(int[], int, int)">write_ulong_array</A></B>(int[]&nbsp;value,                  int&nbsp;offset,                  int&nbsp;length)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes an array of unsigned CORBA longs (i.e.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/OutputStream.html#write_ulong(int)">write_ulong</A></B>(int&nbsp;value)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes an unsigned CORBA long (i.e.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/OutputStream.html#write_ulonglong_array(long[], int, int)">write_ulonglong_array</A></B>(long[]&nbsp;value,                      int&nbsp;offset,                      int&nbsp;length)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes an array of unsigned CORBA longlongs (i.e.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/OutputStream.html#write_ulonglong(long)">write_ulonglong</A></B>(long&nbsp;value)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes an unsigned CORBA longlong (i.e.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/OutputStream.html#write_ushort_array(short[], int, int)">write_ushort_array</A></B>(short[]&nbsp;value,                   int&nbsp;offset,                   int&nbsp;length)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes an array of unsigned shorts on this output stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/OutputStream.html#write_ushort(short)">write_ushort</A></B>(short&nbsp;value)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes an unsigned short value to this stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/OutputStream.html#write_wchar_array(char[], int, int)">write_wchar_array</A></B>(char[]&nbsp;value,                  int&nbsp;offset,                  int&nbsp;length)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes an array of wide chars on this output stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/OutputStream.html#write_wchar(char)">write_wchar</A></B>(char&nbsp;value)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes a wide char value to this stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/OutputStream.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 a wide string value to this 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/portable/OutputStream.html#write(int)">write</A></B>(int&nbsp;b)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes an integer (length of arrays) onto this stream.</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.io.OutputStream"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.io.<A HREF="../../../../java/io/OutputStream.html">OutputStream</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../java/io/OutputStream.html#close()">close</A>, <A HREF="../../../../java/io/OutputStream.html#flush()">flush</A>, <A HREF="../../../../java/io/OutputStream.html#write(byte[])">write</A>, <A HREF="../../../../java/io/OutputStream.html#write(byte[], int, int)">write</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.<A HREF="../../../../java/lang/Object.html">Object</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../../java/lang/Object.html#toString()">toString</A>, <A HREF="../../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="OutputStream()"><!-- --></A><H3>OutputStream</H3><PRE>public <B>OutputStream</B>()</PRE><DL></DL><!-- ============ 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="create_input_stream()"><!-- --></A><H3>create_input_stream</H3><PRE>public abstract <A HREF="../../../../org/omg/CORBA/portable/InputStream.html">InputStream</A> <B>create_input_stream</B>()</PRE><DL><DD>Returns an input stream with the same buffer.<DD><DL><DT><B>Returns:</B><DD>an input stream with the same buffer.</DL></DD></DL><HR><A NAME="write_boolean(boolean)"><!-- --></A><H3>write_boolean</H3><PRE>public abstract void <B>write_boolean</B>(boolean&nbsp;value)</PRE><DL><DD>Writes a boolean value to this stream.<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 abstract void <B>write_char</B>(char&nbsp;value)</PRE><DL><DD>Writes a char value to this stream.<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 abstract void <B>write_wchar</B>(char&nbsp;value)</PRE><DL><DD>Writes a wide char value to this stream.<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 abstract void <B>write_octet</B>(byte&nbsp;value)</PRE><DL><DD>Writes a CORBA octet (i.e. byte) value to this stream.<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 abstract void <B>write_short</B>(short&nbsp;value)</PRE><DL><DD>Writes a short value to this stream.<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 abstract void <B>write_ushort</B>(short&nbsp;value)</PRE><DL><DD>Writes an unsigned short value to this stream.<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 abstract void <B>write_long</B>(int&nbsp;value)</PRE><DL><DD>Writes a CORBA long (i.e. Java int) value to this stream.<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 abstract void <B>write_ulong</B>(int&nbsp;value)</PRE><DL><DD>Writes an unsigned CORBA long (i.e. Java int) value to this stream.<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 abstract void <B>write_longlong</B>(long&nbsp;value)</PRE><DL><DD>Writes a CORBA longlong (i.e. Java long) value to this stream.<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 abstract void <B>write_ulonglong</B>(long&nbsp;value)</PRE><DL><DD>Writes an unsigned CORBA longlong (i.e. Java long) value to this stream.<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 abstract void <B>write_float</B>(float&nbsp;value)</PRE><DL><DD>Writes a float value to this stream.<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 abstract void <B>write_double</B>(double&nbsp;value)</PRE><DL><DD>Writes a double value to this stream.<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 abstract void <B>write_string</B>(<A HREF="../../../../java/lang/String.html">String</A>&nbsp;value)</PRE><DL><DD>Writes a string value to this stream.<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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -