?? streams.html
字號:
<P><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="copy(java.io.InputStream, java.io.OutputStream, boolean)"><!-- --></A><H3>copy</H3><PRE>public static long <B>copy</B>(java.io.InputStream pInputStream, java.io.OutputStream pOutputStream, boolean pClose) throws java.io.IOException</PRE><DL><DD>Copies the contents of the given <CODE>InputStream</CODE> to the given <CODE>OutputStream</CODE>. Shortcut for <pre> copy(pInputStream, pOutputStream, new byte[8192]); </pre><P><DD><DL><DT><B>Parameters:</B><DD><CODE>pInputStream</CODE> - The input stream, which is being read. It is guaranteed, that <CODE>InputStream.close()</CODE> is called on the stream.<DD><CODE>pOutputStream</CODE> - The output stream, to which data should be written. May be null, in which case the input streams contents are simply discarded.<DD><CODE>pClose</CODE> - True guarantees, that <CODE>OutputStream.close()</CODE> is called on the stream. False indicates, that only <CODE>OutputStream.flush()</CODE> should be called finally.<DT><B>Returns:</B><DD>Number of bytes, which have been copied.<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - An I/O error occurred.</DL></DD></DL><HR><A NAME="copy(java.io.InputStream, java.io.OutputStream, boolean, byte[])"><!-- --></A><H3>copy</H3><PRE>public static long <B>copy</B>(java.io.InputStream pIn, java.io.OutputStream pOut, boolean pClose, byte[] pBuffer) throws java.io.IOException</PRE><DL><DD>Copies the contents of the given <CODE>InputStream</CODE> to the given <CODE>OutputStream</CODE>.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>pIn</CODE> - The input stream, which is being read. It is guaranteed, that <CODE>InputStream.close()</CODE> is called on the stream.<DD><CODE>pOut</CODE> - The output stream, to which data should be written. May be null, in which case the input streams contents are simply discarded.<DD><CODE>pClose</CODE> - True guarantees, that <CODE>OutputStream.close()</CODE> is called on the stream. False indicates, that only <CODE>OutputStream.flush()</CODE> should be called finally.<DD><CODE>pBuffer</CODE> - Temporary buffer, which is to be used for copying data.<DT><B>Returns:</B><DD>Number of bytes, which have been copied.<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - An I/O error occurred.</DL></DD></DL><HR><A NAME="asString(java.io.InputStream)"><!-- --></A><H3>asString</H3><PRE>public static java.lang.String <B>asString</B>(java.io.InputStream pStream) throws java.io.IOException</PRE><DL><DD>This convenience method allows to read a <A HREF="../../../../../org/apache/commons/fileupload/FileItemStream.html" title="interface in org.apache.commons.fileupload"><CODE>FileItemStream</CODE></A>'s content into a string. The platform's default character encoding is used for converting bytes into characters.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>pStream</CODE> - The input stream to read.<DT><B>Returns:</B><DD>The streams contents, as a string.<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - An I/O error occurred.<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/commons/fileupload/util/Streams.html#asString(java.io.InputStream, java.lang.String)"><CODE>asString(InputStream, String)</CODE></A></DL></DD></DL><HR><A NAME="asString(java.io.InputStream, java.lang.String)"><!-- --></A><H3>asString</H3><PRE>public static java.lang.String <B>asString</B>(java.io.InputStream pStream, java.lang.String pEncoding) throws java.io.IOException</PRE><DL><DD>This convenience method allows to read a <A HREF="../../../../../org/apache/commons/fileupload/FileItemStream.html" title="interface in org.apache.commons.fileupload"><CODE>FileItemStream</CODE></A>'s content into a string, using the given character encoding.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>pStream</CODE> - The input stream to read.<DD><CODE>pEncoding</CODE> - The character encoding, typically "UTF-8".<DT><B>Returns:</B><DD>The streams contents, as a string.<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - An I/O error occurred.<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/commons/fileupload/util/Streams.html#asString(java.io.InputStream)"><CODE>asString(InputStream)</CODE></A></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <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/Streams.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-all.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></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../org/apache/commons/fileupload/util/LimitedInputStream.html" title="class in org.apache.commons.fileupload.util"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/commons/fileupload/util/Streams.html" target="_top"><B>FRAMES</B></A> <A HREF="Streams.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright ? 2002-2008 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -