PageRenderTime 43ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/lib/docs/org/apache/xmlrpc/util/LimitedInputStream.html

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/
HTML | 409 lines | 342 code | 45 blank | 22 comment | 0 complexity | 2580a3a5ce3fb32a69c03112c4403de5 MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_0) on Mon Apr 20 21:45:57 CEST 2009 -->
  6. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <TITLE>
  8. LimitedInputStream (Apache XML-RPC 3.1.2 API)
  9. </TITLE>
  10. <META NAME="date" CONTENT="2009-04-20">
  11. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  12. <SCRIPT type="text/javascript">
  13. function windowTitle()
  14. {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="LimitedInputStream (Apache XML-RPC 3.1.2 API)";
  17. }
  18. }
  19. </SCRIPT>
  20. <NOSCRIPT>
  21. </NOSCRIPT>
  22. </HEAD>
  23. <BODY BGCOLOR="white" onload="windowTitle();">
  24. <HR>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <A NAME="navbar_top"><!-- --></A>
  27. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  28. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  29. <TR>
  30. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  31. <A NAME="navbar_top_firstrow"><!-- --></A>
  32. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  33. <TR ALIGN="center" VALIGN="top">
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  36. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LimitedInputStream.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  40. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  41. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  42. </TR>
  43. </TABLE>
  44. </TD>
  45. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  46. </EM>
  47. </TD>
  48. </TR>
  49. <TR>
  50. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  51. &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/HttpUtil.html" title="class in org.apache.xmlrpc.util"><B>PREV CLASS</B></A>&nbsp;
  52. &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/ReflectionUtil.html" title="class in org.apache.xmlrpc.util"><B>NEXT CLASS</B></A></FONT></TD>
  53. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  54. <A HREF="../../../../index.html?org/apache/xmlrpc/util/LimitedInputStream.html" target="_top"><B>FRAMES</B></A> &nbsp;
  55. &nbsp;<A HREF="LimitedInputStream.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  56. &nbsp;<SCRIPT type="text/javascript">
  57. <!--
  58. if(window==top) {
  59. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  60. }
  61. //-->
  62. </SCRIPT>
  63. <NOSCRIPT>
  64. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  65. </NOSCRIPT>
  66. </FONT></TD>
  67. </TR>
  68. <TR>
  69. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  70. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  71. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  72. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  73. </TR>
  74. </TABLE>
  75. <A NAME="skip-navbar_top"></A>
  76. <!-- ========= END OF TOP NAVBAR ========= -->
  77. <HR>
  78. <!-- ======== START OF CLASS DATA ======== -->
  79. <H2>
  80. <FONT SIZE="-1">
  81. org.apache.xmlrpc.util</FONT>
  82. <BR>
  83. Class LimitedInputStream</H2>
  84. <PRE>
  85. java.lang.Object
  86. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.io.InputStream
  87. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.util.LimitedInputStream</B>
  88. </PRE>
  89. <DL>
  90. <DT><B>All Implemented Interfaces:</B> <DD>java.io.Closeable</DD>
  91. </DL>
  92. <HR>
  93. <DL>
  94. <DT><PRE>public class <B>LimitedInputStream</B><DT>extends java.io.InputStream</DL>
  95. </PRE>
  96. <P>
  97. A filtering <CODE>InputStream</CODE> for proper handling of
  98. the <code>Content-Length</code> header: It guarantees to return
  99. at most a given number of bytes.
  100. <P>
  101. <P>
  102. <HR>
  103. <P>
  104. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  105. <A NAME="constructor_summary"><!-- --></A>
  106. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  107. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  108. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  109. <B>Constructor Summary</B></FONT></TH>
  110. </TR>
  111. <TR BGCOLOR="white" CLASS="TableRowColor">
  112. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/LimitedInputStream.html#LimitedInputStream(java.io.InputStream, int)">LimitedInputStream</A></B>(java.io.InputStream&nbsp;pIn,
  113. int&nbsp;pAvailable)</CODE>
  114. <BR>
  115. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new instance, reading from the given input stream
  116. and returning at most the given number of bytes.</TD>
  117. </TR>
  118. </TABLE>
  119. &nbsp;
  120. <!-- ========== METHOD SUMMARY =========== -->
  121. <A NAME="method_summary"><!-- --></A>
  122. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  123. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  124. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  125. <B>Method Summary</B></FONT></TH>
  126. </TR>
  127. <TR BGCOLOR="white" CLASS="TableRowColor">
  128. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  129. <CODE>&nbsp;void</CODE></FONT></TD>
  130. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/LimitedInputStream.html#mark(int)">mark</A></B>(int&nbsp;readlimit)</CODE>
  131. <BR>
  132. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  133. </TR>
  134. <TR BGCOLOR="white" CLASS="TableRowColor">
  135. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  136. <CODE>&nbsp;boolean</CODE></FONT></TD>
  137. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/LimitedInputStream.html#markSupported()">markSupported</A></B>()</CODE>
  138. <BR>
  139. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  140. </TR>
  141. <TR BGCOLOR="white" CLASS="TableRowColor">
  142. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  143. <CODE>&nbsp;int</CODE></FONT></TD>
  144. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/LimitedInputStream.html#read()">read</A></B>()</CODE>
  145. <BR>
  146. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  147. </TR>
  148. <TR BGCOLOR="white" CLASS="TableRowColor">
  149. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  150. <CODE>&nbsp;int</CODE></FONT></TD>
  151. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/LimitedInputStream.html#read(byte[], int, int)">read</A></B>(byte[]&nbsp;b,
  152. int&nbsp;off,
  153. int&nbsp;len)</CODE>
  154. <BR>
  155. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  156. </TR>
  157. <TR BGCOLOR="white" CLASS="TableRowColor">
  158. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  159. <CODE>&nbsp;void</CODE></FONT></TD>
  160. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/LimitedInputStream.html#reset()">reset</A></B>()</CODE>
  161. <BR>
  162. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  163. </TR>
  164. <TR BGCOLOR="white" CLASS="TableRowColor">
  165. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  166. <CODE>&nbsp;long</CODE></FONT></TD>
  167. <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/util/LimitedInputStream.html#skip(long)">skip</A></B>(long&nbsp;n)</CODE>
  168. <BR>
  169. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  170. </TR>
  171. </TABLE>
  172. &nbsp;<A NAME="methods_inherited_from_class_java.io.InputStream"><!-- --></A>
  173. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  174. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  175. <TH ALIGN="left"><B>Methods inherited from class java.io.InputStream</B></TH>
  176. </TR>
  177. <TR BGCOLOR="white" CLASS="TableRowColor">
  178. <TD><CODE>available, close, read</CODE></TD>
  179. </TR>
  180. </TABLE>
  181. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  182. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  183. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  184. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  185. </TR>
  186. <TR BGCOLOR="white" CLASS="TableRowColor">
  187. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  188. </TR>
  189. </TABLE>
  190. &nbsp;
  191. <P>
  192. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  193. <A NAME="constructor_detail"><!-- --></A>
  194. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  195. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  196. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  197. <B>Constructor Detail</B></FONT></TH>
  198. </TR>
  199. </TABLE>
  200. <A NAME="LimitedInputStream(java.io.InputStream, int)"><!-- --></A><H3>
  201. LimitedInputStream</H3>
  202. <PRE>
  203. public <B>LimitedInputStream</B>(java.io.InputStream&nbsp;pIn,
  204. int&nbsp;pAvailable)</PRE>
  205. <DL>
  206. <DD>Creates a new instance, reading from the given input stream
  207. and returning at most the given number of bytes.
  208. <P>
  209. <DL>
  210. <DT><B>Parameters:</B><DD><CODE>pIn</CODE> - Input stream being read.<DD><CODE>pAvailable</CODE> - Number of bytes available in <code>pIn</code>.</DL>
  211. </DL>
  212. <!-- ============ METHOD DETAIL ========== -->
  213. <A NAME="method_detail"><!-- --></A>
  214. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  215. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  216. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  217. <B>Method Detail</B></FONT></TH>
  218. </TR>
  219. </TABLE>
  220. <A NAME="read()"><!-- --></A><H3>
  221. read</H3>
  222. <PRE>
  223. public int <B>read</B>()
  224. throws java.io.IOException</PRE>
  225. <DL>
  226. <DD><DL>
  227. <DT><B>Specified by:</B><DD><CODE>read</CODE> in class <CODE>java.io.InputStream</CODE></DL>
  228. </DD>
  229. <DD><DL>
  230. <DT><B>Throws:</B>
  231. <DD><CODE>java.io.IOException</CODE></DL>
  232. </DD>
  233. </DL>
  234. <HR>
  235. <A NAME="read(byte[], int, int)"><!-- --></A><H3>
  236. read</H3>
  237. <PRE>
  238. public int <B>read</B>(byte[]&nbsp;b,
  239. int&nbsp;off,
  240. int&nbsp;len)
  241. throws java.io.IOException</PRE>
  242. <DL>
  243. <DD><DL>
  244. <DT><B>Overrides:</B><DD><CODE>read</CODE> in class <CODE>java.io.InputStream</CODE></DL>
  245. </DD>
  246. <DD><DL>
  247. <DT><B>Throws:</B>
  248. <DD><CODE>java.io.IOException</CODE></DL>
  249. </DD>
  250. </DL>
  251. <HR>
  252. <A NAME="skip(long)"><!-- --></A><H3>
  253. skip</H3>
  254. <PRE>
  255. public long <B>skip</B>(long&nbsp;n)
  256. throws java.io.IOException</PRE>
  257. <DL>
  258. <DD><DL>
  259. <DT><B>Overrides:</B><DD><CODE>skip</CODE> in class <CODE>java.io.InputStream</CODE></DL>
  260. </DD>
  261. <DD><DL>
  262. <DT><B>Throws:</B>
  263. <DD><CODE>java.io.IOException</CODE></DL>
  264. </DD>
  265. </DL>
  266. <HR>
  267. <A NAME="mark(int)"><!-- --></A><H3>
  268. mark</H3>
  269. <PRE>
  270. public void <B>mark</B>(int&nbsp;readlimit)</PRE>
  271. <DL>
  272. <DD><DL>
  273. <DT><B>Overrides:</B><DD><CODE>mark</CODE> in class <CODE>java.io.InputStream</CODE></DL>
  274. </DD>
  275. <DD><DL>
  276. </DL>
  277. </DD>
  278. </DL>
  279. <HR>
  280. <A NAME="reset()"><!-- --></A><H3>
  281. reset</H3>
  282. <PRE>
  283. public void <B>reset</B>()
  284. throws java.io.IOException</PRE>
  285. <DL>
  286. <DD><DL>
  287. <DT><B>Overrides:</B><DD><CODE>reset</CODE> in class <CODE>java.io.InputStream</CODE></DL>
  288. </DD>
  289. <DD><DL>
  290. <DT><B>Throws:</B>
  291. <DD><CODE>java.io.IOException</CODE></DL>
  292. </DD>
  293. </DL>
  294. <HR>
  295. <A NAME="markSupported()"><!-- --></A><H3>
  296. markSupported</H3>
  297. <PRE>
  298. public boolean <B>markSupported</B>()</PRE>
  299. <DL>
  300. <DD><DL>
  301. <DT><B>Overrides:</B><DD><CODE>markSupported</CODE> in class <CODE>java.io.InputStream</CODE></DL>
  302. </DD>
  303. <DD><DL>
  304. </DL>
  305. </DD>
  306. </DL>
  307. <!-- ========= END OF CLASS DATA ========= -->
  308. <HR>
  309. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  310. <A NAME="navbar_bottom"><!-- --></A>
  311. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  312. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  313. <TR>
  314. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  315. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  316. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  317. <TR ALIGN="center" VALIGN="top">
  318. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  319. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  320. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  321. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LimitedInputStream.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  322. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  323. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  324. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  325. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  326. </TR>
  327. </TABLE>
  328. </TD>
  329. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  330. </EM>
  331. </TD>
  332. </TR>
  333. <TR>
  334. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  335. &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/HttpUtil.html" title="class in org.apache.xmlrpc.util"><B>PREV CLASS</B></A>&nbsp;
  336. &nbsp;<A HREF="../../../../org/apache/xmlrpc/util/ReflectionUtil.html" title="class in org.apache.xmlrpc.util"><B>NEXT CLASS</B></A></FONT></TD>
  337. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  338. <A HREF="../../../../index.html?org/apache/xmlrpc/util/LimitedInputStream.html" target="_top"><B>FRAMES</B></A> &nbsp;
  339. &nbsp;<A HREF="LimitedInputStream.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  340. &nbsp;<SCRIPT type="text/javascript">
  341. <!--
  342. if(window==top) {
  343. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  344. }
  345. //-->
  346. </SCRIPT>
  347. <NOSCRIPT>
  348. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  349. </NOSCRIPT>
  350. </FONT></TD>
  351. </TR>
  352. <TR>
  353. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  354. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  355. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  356. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  357. </TR>
  358. </TABLE>
  359. <A NAME="skip-navbar_bottom"></A>
  360. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  361. <HR>
  362. Copyright &#169; 2001-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
  363. </BODY>
  364. </HTML>