inputstream.html

来自「API資料大全」· HTML 代码 · 共 1,257 行 · 第 1/5 页

HTML
1,257
字号
           char[]&nbsp;password)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loads the keystore from the given input stream.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../java/security/package-summary.html">java.security</A> with parameters of type <A HREF="../../../java/io/InputStream.html">InputStream</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../java/security/DigestInputStream.html#DigestInputStream(java.io.InputStream, java.security.MessageDigest)">DigestInputStream</A></B>(<A HREF="../../../java/io/InputStream.html">InputStream</A>&nbsp;stream,                  <A HREF="../../../java/security/MessageDigest.html">MessageDigest</A>&nbsp;digest)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a digest input stream, using the specified input stream and message digest.</TD></TR></TABLE>&nbsp;<P><A NAME="java.security.cert"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../java/io/InputStream.html">InputStream</A> in <A HREF="../../../java/security/cert/package-summary.html">java.security.cert</A></FONT></TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../java/security/cert/package-summary.html">java.security.cert</A> with parameters of type <A HREF="../../../java/io/InputStream.html">InputStream</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/security/cert/Certificate.html">Certificate</A></CODE></FONT></TD><TD><CODE><B>CertificateFactory.</B><B><A HREF="../../../java/security/cert/CertificateFactory.html#generateCertificate(java.io.InputStream)">generateCertificate</A></B>(<A HREF="../../../java/io/InputStream.html">InputStream</A>&nbsp;inStream)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates a certificate object and initializes it with the data read from the input stream <code>inStream</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/util/Collection.html">Collection</A></CODE></FONT></TD><TD><CODE><B>CertificateFactory.</B><B><A HREF="../../../java/security/cert/CertificateFactory.html#generateCertificates(java.io.InputStream)">generateCertificates</A></B>(<A HREF="../../../java/io/InputStream.html">InputStream</A>&nbsp;inStream)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a (possibly empty) collection view of the certificates read from the given input stream <code>inStream</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/security/cert/CRL.html">CRL</A></CODE></FONT></TD><TD><CODE><B>CertificateFactory.</B><B><A HREF="../../../java/security/cert/CertificateFactory.html#generateCRL(java.io.InputStream)">generateCRL</A></B>(<A HREF="../../../java/io/InputStream.html">InputStream</A>&nbsp;inStream)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream <code>inStream</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/util/Collection.html">Collection</A></CODE></FONT></TD><TD><CODE><B>CertificateFactory.</B><B><A HREF="../../../java/security/cert/CertificateFactory.html#generateCRLs(java.io.InputStream)">generateCRLs</A></B>(<A HREF="../../../java/io/InputStream.html">InputStream</A>&nbsp;inStream)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a (possibly empty) collection view of the CRLs read from the given input stream <code>inStream</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;<A HREF="../../../java/security/cert/Certificate.html">Certificate</A></CODE></FONT></TD><TD><CODE><B>CertificateFactorySpi.</B><B><A HREF="../../../java/security/cert/CertificateFactorySpi.html#engineGenerateCertificate(java.io.InputStream)">engineGenerateCertificate</A></B>(<A HREF="../../../java/io/InputStream.html">InputStream</A>&nbsp;inStream)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates a certificate object and initializes it with the data read from the input stream <code>inStream</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;<A HREF="../../../java/util/Collection.html">Collection</A></CODE></FONT></TD><TD><CODE><B>CertificateFactorySpi.</B><B><A HREF="../../../java/security/cert/CertificateFactorySpi.html#engineGenerateCertificates(java.io.InputStream)">engineGenerateCertificates</A></B>(<A HREF="../../../java/io/InputStream.html">InputStream</A>&nbsp;inStream)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a (possibly empty) collection view of the certificates read from the given input stream <code>inStream</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;<A HREF="../../../java/security/cert/CRL.html">CRL</A></CODE></FONT></TD><TD><CODE><B>CertificateFactorySpi.</B><B><A HREF="../../../java/security/cert/CertificateFactorySpi.html#engineGenerateCRL(java.io.InputStream)">engineGenerateCRL</A></B>(<A HREF="../../../java/io/InputStream.html">InputStream</A>&nbsp;inStream)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream <code>inStream</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;<A HREF="../../../java/util/Collection.html">Collection</A></CODE></FONT></TD><TD><CODE><B>CertificateFactorySpi.</B><B><A HREF="../../../java/security/cert/CertificateFactorySpi.html#engineGenerateCRLs(java.io.InputStream)">engineGenerateCRLs</A></B>(<A HREF="../../../java/io/InputStream.html">InputStream</A>&nbsp;inStream)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a (possibly empty) collection view of the CRLs read from the given input stream <code>inStream</code>.</TD></TR></TABLE>&nbsp;<P><A NAME="java.sql"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../java/io/InputStream.html">InputStream</A> in <A HREF="../../../java/sql/package-summary.html">java.sql</A></FONT></TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../java/sql/package-summary.html">java.sql</A> that return <A HREF="../../../java/io/InputStream.html">InputStream</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/io/InputStream.html">InputStream</A></CODE></FONT></TD><TD><CODE><B>Blob.</B><B><A HREF="../../../java/sql/Blob.html#getBinaryStream()">getBinaryStream</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves the <code>BLOB</code> designated by this <code>Blob</code> instance as a stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/io/InputStream.html">InputStream</A></CODE></FONT></TD><TD><CODE><B>SQLInput.</B><B><A HREF="../../../java/sql/SQLInput.html#readAsciiStream()">readAsciiStream</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the next attribute in the stream as a stream of ASCII characters.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/io/InputStream.html">InputStream</A></CODE></FONT></TD><TD><CODE><B>SQLInput.</B><B><A HREF="../../../java/sql/SQLInput.html#readBinaryStream()">readBinaryStream</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the next attribute in the stream as a stream of uninterpreted bytes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/io/InputStream.html">InputStream</A></CODE></FONT></TD><TD><CODE><B>ResultSet.</B><B><A HREF="../../../java/sql/ResultSet.html#getAsciiStream(int)">getAsciiStream</A></B>(int&nbsp;columnIndex)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the designated column in the current row of this <code>ResultSet</code> object as a stream of ASCII characters.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/io/InputStream.html">InputStream</A></CODE></FONT></TD><TD><CODE><B>ResultSet.</B><B><A HREF="../../../java/sql/ResultSet.html#getUnicodeStream(int)">getUnicodeStream</A></B>(int&nbsp;columnIndex)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>use <code>getCharacterStream</code> in place of               <code>getUnicodeStream</code></I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/io/InputStream.html">InputStream</A></CODE></FONT></TD><TD><CODE><B>ResultSet.</B><B><A HREF="../../../java/sql/ResultSet.html#getBinaryStream(int)">getBinaryStream</A></B>(int&nbsp;columnIndex)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of a column in the current row as a stream of Gets the value of the designated column in the current row of this <code>ResultSet</code> object as a binary stream of uninterpreted bytes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/io/InputStream.html">InputStream</A></CODE></FONT></TD><TD><CODE><B>ResultSet.</B><B><A HREF="../../../java/sql/ResultSet.html#getAsciiStream(java.lang.String)">getAsciiStream</A></B>(<A HREF="../../../java/lang/String.html">String</A>&nbsp;columnName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the designated column in the current row of this <code>ResultSet</code> object as a stream of ASCII characters.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/io/InputStream.html">InputStream</A></CODE></FONT></TD><TD><CODE><B>ResultSet.</B><B><A HREF="../../../java/sql/ResultSet.html#getUnicodeStream(java.lang.String)">getUnicodeStream</A></B>(<A HREF="../../../java/lang/String.html">String</A>&nbsp;columnName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/io/InputStream.html">InputStream</A></CODE></FONT></TD><TD><CODE><B>ResultSet.</B><B><A HREF="../../../java/sql/ResultSet.html#getBinaryStream(java.lang.String)">getBinaryStream</A></B>(<A HREF="../../../java/lang/String.html">String</A>&nbsp;columnName)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the designated column in the current row of this <code>ResultSet</code> object as a stream of uninterpreted <code>byte</code>s.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/io/InputStream.html">InputStream</A></CODE></FONT></TD><TD><CODE><B>Clob.</B><B><A HREF="../../../java/sql/Clob.html#getAsciiStream()">getAsciiStream</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the <code>CLOB</code> value designated by this <code>Clob</code> object as a stream of Ascii bytes.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../java/sql/package-summary.html">java.sql</A> with parameters of type <A HREF="../../../java/io/InputStream.html">InputStream</A></FONT></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>PreparedStatement.</B><B><A HREF="../../../java/sql/PreparedStatement.html#setAsciiStream(int, java.io.InputStream, int)">setAsciiStream</A></B>(int&nbsp;parameterIndex,               <A HREF="../../../java/io/InputStream.html">InputStream</A>&nbsp;x,               int&nbsp;length)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the designated parameter to the given input stream, which will have  the specified number of bytes.</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>PreparedStatement.</B><B><A HREF="../../../java/sql/PreparedStatement.html#setUnicodeStream(int, java.io.InputStream, int)">setUnicodeStream</A></B>(int&nbsp;parameterIndex,                 <A HREF="../../../java/io/InputStream.html">InputStream</A>&nbsp;x,                 int&nbsp;length)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD>

⌨️ 快捷键说明

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