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

📄 multipartboundaryinputstream.html

📁 struts api,学习使用struts必备的文档
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<A NAME="getElementContentDisposition()"><!-- --></A><H3>
getElementContentDisposition</H3>
<PRE>
public java.lang.String <B>getElementContentDisposition</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD>Gets the value for the "Content-Dispositio" header for the current multipart element. Usually "form-data".</DL>
<HR>

<A NAME="getElementName()"><!-- --></A><H3>
getElementName</H3>
<PRE>
public java.lang.String <B>getElementName</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD>Gets the name of the current element. The name corresponds to the value of the "name" attribute of the form element.</DL>
<HR>

<A NAME="getElementCharset()"><!-- --></A><H3>
getElementCharset</H3>
<PRE>
public java.lang.String <B>getElementCharset</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD>Gets the character encoding of the current element. The character encoding would have been specified in the Content-Type header for this element, if it wasn't this is null.</DL>
<HR>

<A NAME="getElementContentType()"><!-- --></A><H3>
getElementContentType</H3>
<PRE>
public java.lang.String <B>getElementContentType</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD>Gets the "Content-Type" of the current element. If this is a text element, the content type will probably be "text/plain", otherwise it will be the content type of the file element.</DL>
<HR>

<A NAME="getElementFileName()"><!-- --></A><H3>
getElementFileName</H3>
<PRE>
public java.lang.String <B>getElementFileName</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD>Gets the filename of the current element, which will be null if the current element isn't a file.</DL>
<HR>

<A NAME="isElementFile()"><!-- --></A><H3>
isElementFile</H3>
<PRE>
public boolean <B>isElementFile</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD>Gets whether or not the current form element being read is a file.</DL>
<HR>

<A NAME="isBoundaryEncountered()"><!-- --></A><H3>
isBoundaryEncountered</H3>
<PRE>
public boolean <B>isBoundaryEncountered</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD>Returns whether or not the boundary has been encountered while reading data.</DL>
<HR>

<A NAME="isFinalBoundaryEncountered()"><!-- --></A><H3>
isFinalBoundaryEncountered</H3>
<PRE>
public boolean <B>isFinalBoundaryEncountered</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD>Returns whether or not the final boundary has been encountered.</DL>
<HR>

<A NAME="isEndOfStream()"><!-- --></A><H3>
isEndOfStream</H3>
<PRE>
public boolean <B>isEndOfStream</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD>Whether or not an EOF has been read on the stream.</DL>
<HR>

<A NAME="setLineSize(int)"><!-- --></A><H3>
setLineSize</H3>
<PRE>
public void <B>setLineSize</B>(int&nbsp;size)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="getBytesRead()"><!-- --></A><H3>
getBytesRead</H3>
<PRE>
public long <B>getBytesRead</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="readFirstElement()"><!-- --></A><H3>
readFirstElement</H3>
<PRE>
private final void <B>readFirstElement</B>()                             throws java.io.IOException</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="readElementHeaders()"><!-- --></A><H3>
readElementHeaders</H3>
<PRE>
private final void <B>readElementHeaders</B>()                               throws java.io.IOException</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="readContentDisposition()"><!-- --></A><H3>
readContentDisposition</H3>
<PRE>
private final void <B>readContentDisposition</B>()                                   throws java.io.IOException</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="checkAndFixFilename(java.lang.String)"><!-- --></A><H3>
checkAndFixFilename</H3>
<PRE>
private final java.lang.String <B>checkAndFixFilename</B>(java.lang.String&nbsp;filename)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="parseForParameter(java.lang.String, java.lang.String)"><!-- --></A><H3>
parseForParameter</H3>
<PRE>
private final java.lang.String <B>parseForParameter</B>(java.lang.String&nbsp;parameter,                                                 java.lang.String&nbsp;parseString)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="readContentType()"><!-- --></A><H3>
readContentType</H3>
<PRE>
private final boolean <B>readContentType</B>()                               throws java.io.IOException</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="parseHeaderValue(java.lang.String)"><!-- --></A><H3>
parseHeaderValue</H3>
<PRE>
private final java.lang.String <B>parseHeaderValue</B>(java.lang.String&nbsp;headerLine)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="skipCurrentLineIfBlank()"><!-- --></A><H3>
skipCurrentLineIfBlank</H3>
<PRE>
private final void <B>skipCurrentLineIfBlank</B>()                                   throws java.io.IOException</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="resetCrlf()"><!-- --></A><H3>
resetCrlf</H3>
<PRE>
private final void <B>resetCrlf</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="resetStream()"><!-- --></A><H3>
resetStream</H3>
<PRE>
private final void <B>resetStream</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="readLine()"><!-- --></A><H3>
readLine</H3>
<PRE>
private final java.lang.String <B>readLine</B>()                                 throws java.io.IOException</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="readFromLine()"><!-- --></A><H3>
readFromLine</H3>
<PRE>
private final int <B>readFromLine</B>()                        throws java.io.IOException</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="availableInLine()"><!-- --></A><H3>
availableInLine</H3>
<PRE>
private final int <B>availableInLine</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="fillLine()"><!-- --></A><H3>
fillLine</H3>
<PRE>
private final void <B>fillLine</B>()                     throws java.io.IOException</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="resetLine()"><!-- --></A><H3>
resetLine</H3>
<PRE>
private final void <B>resetLine</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="fillLineBuffer()"><!-- --></A><H3>
fillLineBuffer</H3>
<PRE>
private final void <B>fillLineBuffer</B>()                           throws java.io.IOException</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="byteRead()"><!-- --></A><H3>
byteRead</H3>
<PRE>
private final void <B>byteRead</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="checkForBoundary()"><!-- --></A><H3>
checkForBoundary</H3>
<PRE>
private final void <B>checkForBoundary</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;</DL>
<HR>

<A NAME="equals(byte[], int, int, byte[])"><!-- --></A><H3>
equals</H3>
<PRE>
private final boolean <B>equals</B>(byte[]&nbsp;comp,                             int&nbsp;offset,                             int&nbsp;length,                             byte[]&nbsp;source)</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<DD>Checks bytes for equality.  Two byte arrays are equal if each of their elements are the same.  This method checks comp[offset] with source[0] to source[length-1] with comp[offset + length - 1]<DD><DL>
<DT><B>Parameters:</B><DD><CODE>comp</CODE> - The byte to compare to <code>source</code><DD><CODE>offset</CODE> - The offset to start at in <code>comp</code><DD><CODE>length</CODE> - The length of <code>comp</code> to compare to<DD><CODE>source</CODE> - The reference byte array to test for equality</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>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/MultipartBoundaryInputStream.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/struts/upload/DiskMultipartRequestHandler.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/struts/upload/MultipartElement.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>  &nbsp;
&nbsp;<A HREF="MultipartBoundaryInputStream.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
Copyright 

⌨️ 快捷键说明

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