📄 outputstream.html
字号:
<PRE>public abstract void <B>write_wstring</B>(<A HREF="../../../../java/lang/String.html">String</A> 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[] value, int offset, int 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[] value, int offset, int 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[] value, int offset, int 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[] value, int offset, int 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[] value, int offset, int 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[] value, int offset, int 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[] value, int offset, int 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[] value, int offset, int 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[] value, int offset, int 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[] value, int offset, int 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[] value, int offset, int 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[] value, int offset, int 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> 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> 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> 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> value)</PRE><DL><DD><B>Deprecated.</B> <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 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> 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> ctx, <A HREF="../../../../org/omg/CORBA/ContextList.html">ContextList</A> 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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/OutputStream.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html"><B>PREV CLASS</B></A> <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> <A HREF="OutputStream.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <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 + -