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

📄 index-all.html

📁 sss sss sss sss sss sss sz
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<DD>Returns the size threshold beyond which files are written directly to disk.
<DT><A HREF="org/apache/commons/fileupload/DefaultFileItem.html#getStoreLocation()"><B>getStoreLocation()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DefaultFileItem.html">DefaultFileItem</A>
<DD>Returns the <CODE>File</CODE> object for the <code>FileItem</code>'s data's temporary location on the disk.
<DT><A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html#getStream()"><B>getStream()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html">ThresholdingOutputStream</A>
<DD>Returns the underlying output stream, to which the corresponding <code>OutputStream</code> methods in this class will ultimately delegate.
<DT><A HREF="org/apache/commons/fileupload/DeferredFileOutputStream.html#getStream()"><B>getStream()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DeferredFileOutputStream.html">DeferredFileOutputStream</A>
<DD>Returns the current output stream.
<DT><A HREF="org/apache/commons/fileupload/FileItem.html#getString()"><B>getString()</B></A> - 
Method in interface org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileItem.html">FileItem</A>
<DD>Returns the contents of the file item as a String, using the default character encoding.
<DT><A HREF="org/apache/commons/fileupload/DefaultFileItem.html#getString()"><B>getString()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DefaultFileItem.html">DefaultFileItem</A>
<DD>Returns the contents of the file as a String, using the default character encoding.
<DT><A HREF="org/apache/commons/fileupload/FileItem.html#getString(java.lang.String)"><B>getString(String)</B></A> - 
Method in interface org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileItem.html">FileItem</A>
<DD>Returns the contents of the file item as a String, using the specified encoding.
<DT><A HREF="org/apache/commons/fileupload/DefaultFileItem.html#getString(java.lang.String)"><B>getString(String)</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DefaultFileItem.html">DefaultFileItem</A>
<DD>Returns the contents of the file as a String, using the specified encoding.
<DT><A HREF="org/apache/commons/fileupload/DefaultFileItem.html#getTempFile()"><B>getTempFile()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DefaultFileItem.html">DefaultFileItem</A>
<DD>Creates and returns a <CODE>File</CODE> representing a uniquely named temporary file in the configured repository path.
<DT><A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html#getThreshold()"><B>getThreshold()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html">ThresholdingOutputStream</A>
<DD>Returns the threshold, in bytes, at which an event will be triggered.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#HEADER_PART_SIZE_MAX"><B>HEADER_PART_SIZE_MAX</B></A> - 
Static variable in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD>The maximum length of <code>header-part</code> that will be processed (10 kilobytes = 10240 bytes.).
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#HEADER_SEPARATOR"><B>HEADER_SEPARATOR</B></A> - 
Static variable in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD>A byte sequence that marks the end of <code>header-part</code> (<code>CRLFCRLF</code>).
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="org/apache/commons/fileupload/FileItem.html#isFormField()"><B>isFormField()</B></A> - 
Method in interface org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileItem.html">FileItem</A>
<DD>Determines whether or not a <code>FileItem</code> instance represents a simple form field.
<DT><A HREF="org/apache/commons/fileupload/DefaultFileItem.html#isFormField()"><B>isFormField()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DefaultFileItem.html">DefaultFileItem</A>
<DD>Determines whether or not a <code>FileItem</code> instance represents a simple form field.
<DT><A HREF="org/apache/commons/fileupload/FileItem.html#isInMemory()"><B>isInMemory()</B></A> - 
Method in interface org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileItem.html">FileItem</A>
<DD>Provides a hint as to whether or not the file contents will be read from memory.
<DT><A HREF="org/apache/commons/fileupload/DeferredFileOutputStream.html#isInMemory()"><B>isInMemory()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DeferredFileOutputStream.html">DeferredFileOutputStream</A>
<DD>Determines whether or not the data for this output stream has been retained in memory.
<DT><A HREF="org/apache/commons/fileupload/DefaultFileItem.html#isInMemory()"><B>isInMemory()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DefaultFileItem.html">DefaultFileItem</A>
<DD>Provides a hint as to whether or not the file contents will be read from memory.
<DT><A HREF="org/apache/commons/fileupload/FileUploadBase.html#isMultipartContent(javax.servlet.http.HttpServletRequest)"><B>isMultipartContent(HttpServletRequest)</B></A> - 
Static method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileUploadBase.html">FileUploadBase</A>
<DD>Utility method that determines whether the request contains multipart content.
<DT><A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html#isThresholdExceeded()"><B>isThresholdExceeded()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html">ThresholdingOutputStream</A>
<DD>Determines whether or not the configured threshold has been exceeded for this output stream.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="org/apache/commons/fileupload/FileUploadBase.html#MAX_HEADER_SIZE"><B>MAX_HEADER_SIZE</B></A> - 
Static variable in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileUploadBase.html">FileUploadBase</A>
<DD>The maximum length of a single header line that will be parsed (1024 bytes).
<DT><A HREF="org/apache/commons/fileupload/FileUploadBase.html#MULTIPART"><B>MULTIPART</B></A> - 
Static variable in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileUploadBase.html">FileUploadBase</A>
<DD>Part of HTTP content type header.
<DT><A HREF="org/apache/commons/fileupload/FileUploadBase.html#MULTIPART_FORM_DATA"><B>MULTIPART_FORM_DATA</B></A> - 
Static variable in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileUploadBase.html">FileUploadBase</A>
<DD>HTTP content type header for multipart forms.
<DT><A HREF="org/apache/commons/fileupload/FileUploadBase.html#MULTIPART_MIXED"><B>MULTIPART_MIXED</B></A> - 
Static variable in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileUploadBase.html">FileUploadBase</A>
<DD>HTTP content type header for multiple uploads.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html"><B>MultipartStream</B></A> - class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>.<DD> Low level API for processing file uploads.<DT><A HREF="org/apache/commons/fileupload/MultipartStream.IllegalBoundaryException.html"><B>MultipartStream.IllegalBoundaryException</B></A> - exception org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.IllegalBoundaryException.html">MultipartStream.IllegalBoundaryException</A>.<DD>Thrown upon attempt of setting an invalid boundary token.<DT><A HREF="org/apache/commons/fileupload/MultipartStream.IllegalBoundaryException.html#MultipartStream.IllegalBoundaryException()"><B>MultipartStream.IllegalBoundaryException()</B></A> - 
Constructor for class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.IllegalBoundaryException.html">MultipartStream.IllegalBoundaryException</A>
<DD>Constructs an <code>IllegalBoundaryException</code> with no detail message.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.IllegalBoundaryException.html#MultipartStream.IllegalBoundaryException(java.lang.String)"><B>MultipartStream.IllegalBoundaryException(String)</B></A> - 
Constructor for class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.IllegalBoundaryException.html">MultipartStream.IllegalBoundaryException</A>
<DD>Constructs an <code>IllegalBoundaryException</code> with the specified detail message.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.MalformedStreamException.html"><B>MultipartStream.MalformedStreamException</B></A> - exception org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.MalformedStreamException.html">MultipartStream.MalformedStreamException</A>.<DD>Thrown to indicate that the input stream fails to follow the required syntax.<DT><A HREF="org/apache/commons/fileupload/MultipartStream.MalformedStreamException.html#MultipartStream.MalformedStreamException()"><B>MultipartStream.MalformedStreamException()</B></A> - 
Constructor for class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.MalformedStreamException.html">MultipartStream.MalformedStreamException</A>
<DD>Constructs a <code>MalformedStreamException</code> with no detail message.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.MalformedStreamException.html#MultipartStream.MalformedStreamException(java.lang.String)"><B>MultipartStream.MalformedStreamException(String)</B></A> - 
Constructor for class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.MalformedStreamException.html">MultipartStream.MalformedStreamException</A>
<DD>Constructs an <code>MalformedStreamException</code> with the specified detail message.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#MultipartStream()"><B>MultipartStream()</B></A> - 
Constructor for class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD>Default constructor.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#MultipartStream(java.io.InputStream, byte[])"><B>MultipartStream(InputStream, byte[])</B></A> - 
Constructor for class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD> Constructs a <code>MultipartStream</code> with a default size buffer.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#MultipartStream(java.io.InputStream, byte[], int)"><B>MultipartStream(InputStream, byte[], int)</B></A> - 
Constructor for class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD> Constructs a <code>MultipartStream</code> with a custom size buffer.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="org/apache/commons/fileupload/package-summary.html"><B>org.apache.commons.fileupload</B></A> - package org.apache.commons.fileupload<DD>
         Component for handling html file uploads as given by rfc 1867
         <a href="http://www.ietf.org/rfc/rfc1867.txt">RFC&nbsp;1867</a>.</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="org/apache/commons/fileupload/FileUploadBase.html#parseHeaders(java.lang.String)"><B>parseHeaders(String)</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileUploadBase.html">FileUploadBase</A>
<DD> Parses the <code>header-part</code> and returns as key/value pairs.
<DT><A HREF="org/apache/commons/fileupload/FileUploadBase.html#parseRequest(javax.servlet.http.HttpServletRequest)"><B>parseRequest(HttpServletRequest)</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileUploadBase.html">FileUploadBase</A>
<DD>Processes an <a href="http://www.ietf.org/rfc/rfc1867.txt">RFC 1867</a> compliant <code>multipart/form-data</code> stream.
<DT><A HREF="org/apache/commons/fileupload/DiskFileUpload.html#parseRequest(javax.servlet.http.HttpServletRequest, int, long, java.lang.String)"><B>parseRequest(HttpServletRequest, int, long, String)</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DiskFileUpload.html">DiskFileUpload</A>
<DD>Processes an <a href="http://www.ietf.org/rfc/rfc1867.txt">RFC 1867</a> compliant <code>multipart/form-data</code> stream.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#readBodyData(java.io.OutputStream)"><B>readBodyData(OutputStream)</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD>Reads <code>body-data</code> from the current <code>encapsulation</code> and writes its contents into the output <code>Stream</code>.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#readBoundary()"><B>readBoundary()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD>Skips a <code>boundary</code> token, and checks whether more <code>encapsulations</code> are contained in the stream.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#readByte()"><B>readByte()</B></A> - 
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>

⌨️ 快捷键说明

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