📄 index-all.html
字号:
<DD>Reads a byte from the <code>buffer</code>, and refills it as necessary.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#readHeaders()"><B>readHeaders()</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD>Reads the <code>header-part</code> of the current <code>encapsulation</code>.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#setBoundary(byte[])"><B>setBoundary(byte[])</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD>Changes the boundary token used for partitioning the stream.
<DT><A HREF="org/apache/commons/fileupload/FileItem.html#setFieldName(java.lang.String)"><B>setFieldName(String)</B></A> -
Method in interface org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileItem.html">FileItem</A>
<DD>Sets the field name used to reference this file item.
<DT><A HREF="org/apache/commons/fileupload/DefaultFileItem.html#setFieldName(java.lang.String)"><B>setFieldName(String)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DefaultFileItem.html">DefaultFileItem</A>
<DD>Sets the field name used to reference this file item.
<DT><A HREF="org/apache/commons/fileupload/FileUploadBase.html#setFileItemFactory(org.apache.commons.fileupload.FileItemFactory)"><B>setFileItemFactory(FileItemFactory)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileUploadBase.html">FileUploadBase</A>
<DD>Sets the factory class to use when creating file items.
<DT><A HREF="org/apache/commons/fileupload/FileUpload.html#setFileItemFactory(org.apache.commons.fileupload.FileItemFactory)"><B>setFileItemFactory(FileItemFactory)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileUpload.html">FileUpload</A>
<DD>Sets the factory class to use when creating file items.
<DT><A HREF="org/apache/commons/fileupload/DiskFileUpload.html#setFileItemFactory(org.apache.commons.fileupload.FileItemFactory)"><B>setFileItemFactory(FileItemFactory)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DiskFileUpload.html">DiskFileUpload</A>
<DD>Sets the factory class to use when creating file items.
<DT><A HREF="org/apache/commons/fileupload/FileItem.html#setFormField(boolean)"><B>setFormField(boolean)</B></A> -
Method in interface org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileItem.html">FileItem</A>
<DD>Specifies whether or not a <code>FileItem</code> instance represents a simple form field.
<DT><A HREF="org/apache/commons/fileupload/DefaultFileItem.html#setFormField(boolean)"><B>setFormField(boolean)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DefaultFileItem.html">DefaultFileItem</A>
<DD>Specifies whether or not a <code>FileItem</code> instance represents a simple form field.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#setHeaderEncoding(java.lang.String)"><B>setHeaderEncoding(String)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD>Specifies the character encoding to be used when reading the headers of individual parts.
<DT><A HREF="org/apache/commons/fileupload/FileUploadBase.html#setHeaderEncoding(java.lang.String)"><B>setHeaderEncoding(String)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileUploadBase.html">FileUploadBase</A>
<DD>Specifies the character encoding to be used when reading the headers of individual parts.
<DT><A HREF="org/apache/commons/fileupload/DefaultFileItemFactory.html#setRepository(java.io.File)"><B>setRepository(File)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DefaultFileItemFactory.html">DefaultFileItemFactory</A>
<DD>Sets the directory used to temporarily store files that are larger than the configured size threshold.
<DT><A HREF="org/apache/commons/fileupload/DiskFileUpload.html#setRepositoryPath(java.lang.String)"><B>setRepositoryPath(String)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DiskFileUpload.html">DiskFileUpload</A>
<DD>Sets the location used to temporarily store files that are larger than the configured size threshold.
<DT><A HREF="org/apache/commons/fileupload/FileUploadBase.html#setSizeMax(long)"><B>setSizeMax(long)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileUploadBase.html">FileUploadBase</A>
<DD>Sets the maximum allowed upload size.
<DT><A HREF="org/apache/commons/fileupload/DiskFileUpload.html#setSizeThreshold(int)"><B>setSizeThreshold(int)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DiskFileUpload.html">DiskFileUpload</A>
<DD>Sets the size threshold beyond which files are written directly to disk.
<DT><A HREF="org/apache/commons/fileupload/DefaultFileItemFactory.html#setSizeThreshold(int)"><B>setSizeThreshold(int)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DefaultFileItemFactory.html">DefaultFileItemFactory</A>
<DD>Sets the size threshold beyond which files are written directly to disk.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#skipPreamble()"><B>skipPreamble()</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD>Finds the beginning of the first <code>encapsulation</code>.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#STREAM_TERMINATOR"><B>STREAM_TERMINATOR</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 that follows a delimiter of the last encapsulation in the stream (<code>--</code>).
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html"><B>ThresholdingOutputStream</B></A> - class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html">ThresholdingOutputStream</A>.<DD>An output stream which triggers an event when a specified number of bytes of data have been written to it.<DT><A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html#ThresholdingOutputStream(int)"><B>ThresholdingOutputStream(int)</B></A> -
Constructor for class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html">ThresholdingOutputStream</A>
<DD>Constructs an instance of this class which will trigger an event at the specified threshold.
<DT><A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html#thresholdReached()"><B>thresholdReached()</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html">ThresholdingOutputStream</A>
<DD>Indicates that the configured threshold has been reached, and that a subclass should take whatever action necessary on this event.
<DT><A HREF="org/apache/commons/fileupload/DeferredFileOutputStream.html#thresholdReached()"><B>thresholdReached()</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DeferredFileOutputStream.html">DeferredFileOutputStream</A>
<DD>Switches the underlying output stream from a memory based stream to one that is backed by disk.
<DT><A HREF="org/apache/commons/fileupload/MultipartStream.html#toString()"><B>toString()</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/MultipartStream.html">MultipartStream</A>
<DD>Returns a string representation of this object.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html#write(byte[])"><B>write(byte[])</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html">ThresholdingOutputStream</A>
<DD>Writes <code>b.length</code> bytes from the specified byte array to this output stream.
<DT><A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html">ThresholdingOutputStream</A>
<DD>Writes <code>len</code> bytes from the specified byte array starting at offset <code>off</code> to this output stream.
<DT><A HREF="org/apache/commons/fileupload/FileItem.html#write(java.io.File)"><B>write(File)</B></A> -
Method in interface org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/FileItem.html">FileItem</A>
<DD>A convenience method to write an uploaded item to disk.
<DT><A HREF="org/apache/commons/fileupload/DefaultFileItem.html#write(java.io.File)"><B>write(File)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/DefaultFileItem.html">DefaultFileItem</A>
<DD>A convenience method to write an uploaded item to disk.
<DT><A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html#write(int)"><B>write(int)</B></A> -
Method in class org.apache.commons.fileupload.<A HREF="org/apache/commons/fileupload/ThresholdingOutputStream.html">ThresholdingOutputStream</A>
<DD>Writes the specified byte to this output stream.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/apache/commons/fileupload/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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT><A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -