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

📄 outputstream.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<PRE>public abstract void <B>write_wstring</B>(<A HREF="../../../../java/lang/String.html">String</A>&nbsp;value)</PRE><DL><DD>Writes a wide 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_boolean_array(boolean[], int, int)"><!-- --></A><H3>write_boolean_array</H3><PRE>public abstract void <B>write_boolean_array</B>(boolean[]&nbsp;value,                                         int&nbsp;offset,                                         int&nbsp;length)</PRE><DL><DD>Writes an array of booleans on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_char_array(char[], int, int)"><!-- --></A><H3>write_char_array</H3><PRE>public abstract void <B>write_char_array</B>(char[]&nbsp;value,                                      int&nbsp;offset,                                      int&nbsp;length)</PRE><DL><DD>Writes an array of chars on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_wchar_array(char[], int, int)"><!-- --></A><H3>write_wchar_array</H3><PRE>public abstract void <B>write_wchar_array</B>(char[]&nbsp;value,                                       int&nbsp;offset,                                       int&nbsp;length)</PRE><DL><DD>Writes an array of wide chars on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_octet_array(byte[], int, int)"><!-- --></A><H3>write_octet_array</H3><PRE>public abstract void <B>write_octet_array</B>(byte[]&nbsp;value,                                       int&nbsp;offset,                                       int&nbsp;length)</PRE><DL><DD>Writes an array of CORBA octets (bytes) on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_short_array(short[], int, int)"><!-- --></A><H3>write_short_array</H3><PRE>public abstract void <B>write_short_array</B>(short[]&nbsp;value,                                       int&nbsp;offset,                                       int&nbsp;length)</PRE><DL><DD>Writes an array of shorts on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_ushort_array(short[], int, int)"><!-- --></A><H3>write_ushort_array</H3><PRE>public abstract void <B>write_ushort_array</B>(short[]&nbsp;value,                                        int&nbsp;offset,                                        int&nbsp;length)</PRE><DL><DD>Writes an array of unsigned shorts on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_long_array(int[], int, int)"><!-- --></A><H3>write_long_array</H3><PRE>public abstract void <B>write_long_array</B>(int[]&nbsp;value,                                      int&nbsp;offset,                                      int&nbsp;length)</PRE><DL><DD>Writes an array of CORBA longs (i.e. Java ints) on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_ulong_array(int[], int, int)"><!-- --></A><H3>write_ulong_array</H3><PRE>public abstract void <B>write_ulong_array</B>(int[]&nbsp;value,                                       int&nbsp;offset,                                       int&nbsp;length)</PRE><DL><DD>Writes an array of unsigned CORBA longs (i.e. Java ints) on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_longlong_array(long[], int, int)"><!-- --></A><H3>write_longlong_array</H3><PRE>public abstract void <B>write_longlong_array</B>(long[]&nbsp;value,                                          int&nbsp;offset,                                          int&nbsp;length)</PRE><DL><DD>Writes an array of CORBA longlongs (i.e. Java longs) on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_ulonglong_array(long[], int, int)"><!-- --></A><H3>write_ulonglong_array</H3><PRE>public abstract void <B>write_ulonglong_array</B>(long[]&nbsp;value,                                           int&nbsp;offset,                                           int&nbsp;length)</PRE><DL><DD>Writes an array of unsigned CORBA longlongs (i.e. Java ints) on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_float_array(float[], int, int)"><!-- --></A><H3>write_float_array</H3><PRE>public abstract void <B>write_float_array</B>(float[]&nbsp;value,                                       int&nbsp;offset,                                       int&nbsp;length)</PRE><DL><DD>Writes an array of floats on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_double_array(double[], int, int)"><!-- --></A><H3>write_double_array</H3><PRE>public abstract void <B>write_double_array</B>(double[]&nbsp;value,                                        int&nbsp;offset,                                        int&nbsp;length)</PRE><DL><DD>Writes an array of doubles on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the array to be written.<DD><CODE>offset</CODE> - offset on the stream.<DD><CODE>length</CODE> - length of buffer to write.</DL></DD></DL><HR><A NAME="write_Object(org.omg.CORBA.Object)"><!-- --></A><H3>write_Object</H3><PRE>public abstract void <B>write_Object</B>(<A HREF="../../../../org/omg/CORBA/Object.html">Object</A>&nbsp;value)</PRE><DL><DD>Writes a CORBA Object on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to be written.</DL></DD></DL><HR><A NAME="write_TypeCode(org.omg.CORBA.TypeCode)"><!-- --></A><H3>write_TypeCode</H3><PRE>public abstract void <B>write_TypeCode</B>(<A HREF="../../../../org/omg/CORBA/TypeCode.html">TypeCode</A>&nbsp;value)</PRE><DL><DD>Writes a TypeCode on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to be written.</DL></DD></DL><HR><A NAME="write_any(org.omg.CORBA.Any)"><!-- --></A><H3>write_any</H3><PRE>public abstract void <B>write_any</B>(<A HREF="../../../../org/omg/CORBA/Any.html">Any</A>&nbsp;value)</PRE><DL><DD>Writes an Any on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to be written.</DL></DD></DL><HR><A NAME="write_Principal(org.omg.CORBA.Principal)"><!-- --></A><H3>write_Principal</H3><PRE>public abstract void <B>write_Principal</B>(<A HREF="../../../../org/omg/CORBA/Principal.html">Principal</A>&nbsp;value)</PRE><DL><DD><B>Deprecated.</B>&nbsp;<I>Deprecated by CORBA 2.2.</I><P><DD>Writes a Principle on this output stream.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to be written.</DL></DD></DL><HR><A NAME="write(int)"><!-- --></A><H3>write</H3><PRE>public void <B>write</B>(int&nbsp;b)           throws <A HREF="../../../../java/io/IOException.html">IOException</A></PRE><DL><DD>Writes an integer (length of arrays) onto this stream.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../java/io/OutputStream.html#write(int)">write</A></CODE> in class <CODE><A HREF="../../../../java/io/OutputStream.html">OutputStream</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>b</CODE> - the value to be written.<DT><B>See Also: </B><DD><a href="package-summary.html#unimpl"><code>portable</code> package comments for unimplemented features</a></DL></DD></DL><HR><A NAME="write_fixed(java.math.BigDecimal)"><!-- --></A><H3>write_fixed</H3><PRE>public void <B>write_fixed</B>(<A HREF="../../../../java/math/BigDecimal.html">BigDecimal</A>&nbsp;value)</PRE><DL><DD>Writes a BigDecimal number.<DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - a BidDecimal--value to be written.<DT><B>See Also: </B><DD><a href="package-summary.html#unimpl"><code>portable</code> package comments for unimplemented features</a></DL></DD></DL><HR><A NAME="write_Context(org.omg.CORBA.Context, org.omg.CORBA.ContextList)"><!-- --></A><H3>write_Context</H3><PRE>public void <B>write_Context</B>(<A HREF="../../../../org/omg/CORBA/Context.html">Context</A>&nbsp;ctx,                          <A HREF="../../../../org/omg/CORBA/ContextList.html">ContextList</A>&nbsp;contexts)</PRE><DL><DD>Writes a CORBA context on this stream. The Context is marshaled as a sequence of strings. Only those Context values specified in the contexts  parameter are actually written.<DD><DL><DT><B>Parameters:</B><DD><CODE>a</CODE> - CORBA context.<DT><B>See Also: </B><DD><a href="package-summary.html#unimpl"><code>portable</code> package comments for unimplemented features</a></DL></DD></DL><HR><A NAME="orb()"><!-- --></A><H3>orb</H3><PRE>public <A HREF="../../../../org/omg/CORBA/ORB.html">ORB</A> <B>orb</B>()</PRE><DL><DD>Returns the ORB that created this OutputStream.<DD><DL><DT><B>Returns:</B><DD>the ORB that created this OutputStream.<DT><B>See Also: </B><DD><a href="package-summary.html#unimpl"><code>portable</code> package comments for unimplemented features</a></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/OutputStream.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Std.&nbsp;Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../org/omg/CORBA/portable/ServantObject.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="OutputStream.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://java.sun.com/products/jdk/1.3/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation  contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.<br>Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road<br>Palo Alto, California, 94303, U.S.A.  All Rights Reserved.</font></BODY></HTML>

⌨️ 快捷键说明

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