source: release-kits/lirk3/resources/gs3-release-maker/ant/docs/manual/api/org/apache/tools/ant/util/LeadPipeInputStream.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 17.8 KB
Line 
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.4.2_13) on Mon Oct 01 14:33:35 NZST 2007 -->
6<TITLE>
7LeadPipeInputStream (Apache Ant API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.apache.tools.ant.util.LeadPipeInputStream class">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17 parent.document.title="LeadPipeInputStream (Apache Ant API)";
18}
19</SCRIPT>
20
21</HEAD>
22
23<BODY BGCOLOR="white" onload="windowTitle();">
24
25
26<!-- ========= START OF TOP NAVBAR ======= -->
27<A NAME="navbar_top"><!-- --></A>
28<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30<TR>
31<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32<A NAME="navbar_top_firstrow"><!-- --></A>
33<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&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
50<TR>
51<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52&nbsp;<A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html" title="class in org.apache.tools.ant.util"><B>PREV CLASS</B></A>&nbsp;
53&nbsp;<A HREF="../../../../../org/apache/tools/ant/util/LineTokenizer.html" title="class in org.apache.tools.ant.util"><B>NEXT CLASS</B></A></FONT></TD>
54<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
56&nbsp;<A HREF="LeadPipeInputStream.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
57&nbsp;<SCRIPT type="text/javascript">
58 <!--
59 if(window==top) {
60 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
61 }
62 //-->
63</SCRIPT>
64<NOSCRIPT>
65 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
66</NOSCRIPT>
67
68</FONT></TD>
69</TR>
70<TR>
71<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
72 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_java.io.PipedInputStream">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
73<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
75</TR>
76</TABLE>
77<A NAME="skip-navbar_top"></A>
78<!-- ========= END OF TOP NAVBAR ========= -->
79
80<HR>
81<!-- ======== START OF CLASS DATA ======== -->
82<H2>
83<FONT SIZE="-1">
84org.apache.tools.ant.util</FONT>
85<BR>
86Class LeadPipeInputStream</H2>
87<PRE>
88java.lang.Object
89 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">java.io.InputStream
90 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by">java.io.PipedInputStream
91 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.tools.ant.util.LeadPipeInputStream</B>
92</PRE>
93<HR>
94<DL>
95<DT>public class <B>LeadPipeInputStream</B><DT>extends java.io.PipedInputStream</DL>
96
97<P>
98Special <CODE>PipedInputStream</CODE> that will not die
99 when the writing <CODE>Thread</CODE> is no longer alive.
100<P>
101
102<P>
103<DL>
104<DT><B>Since:</B></DT>
105 <DD>Ant 1.6.2</DD>
106</DL>
107<HR>
108
109<P>
110<!-- ======== NESTED CLASS SUMMARY ======== -->
111
112
113<!-- =========== FIELD SUMMARY =========== -->
114
115<A NAME="field_summary"><!-- --></A>
116<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
117<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
118<TD COLSPAN=2><FONT SIZE="+2">
119<B>Field Summary</B></FONT></TD>
120</TR>
121</TABLE>
122&nbsp;<A NAME="fields_inherited_from_class_java.io.PipedInputStream"><!-- --></A>
123<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
124<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
125<TD><B>Fields inherited from class java.io.PipedInputStream</B></TD>
126</TR>
127<TR BGCOLOR="white" CLASS="TableRowColor">
128<TD><CODE>buffer, in, out, PIPE_SIZE</CODE></TD>
129</TR>
130</TABLE>
131&nbsp;
132<!-- ======== CONSTRUCTOR SUMMARY ======== -->
133
134<A NAME="constructor_summary"><!-- --></A>
135<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
136<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
137<TD COLSPAN=2><FONT SIZE="+2">
138<B>Constructor Summary</B></FONT></TD>
139</TR>
140<TR BGCOLOR="white" CLASS="TableRowColor">
141<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html#LeadPipeInputStream()">LeadPipeInputStream</A></B>()</CODE>
142
143<BR>
144&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new <CODE>LeadPipeInputStream</CODE>.</TD>
145</TR>
146<TR BGCOLOR="white" CLASS="TableRowColor">
147<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html#LeadPipeInputStream(int)">LeadPipeInputStream</A></B>(int&nbsp;size)</CODE>
148
149<BR>
150&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new <CODE>LeadPipeInputStream</CODE>
151 with the specified buffer size.</TD>
152</TR>
153<TR BGCOLOR="white" CLASS="TableRowColor">
154<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html#LeadPipeInputStream(java.io.PipedOutputStream)">LeadPipeInputStream</A></B>(java.io.PipedOutputStream&nbsp;src)</CODE>
155
156<BR>
157&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new <CODE>LeadPipeInputStream</CODE> to pull
158 from the specified <CODE>PipedOutputStream</CODE>.</TD>
159</TR>
160<TR BGCOLOR="white" CLASS="TableRowColor">
161<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html#LeadPipeInputStream(java.io.PipedOutputStream, int)">LeadPipeInputStream</A></B>(java.io.PipedOutputStream&nbsp;src,
162 int&nbsp;size)</CODE>
163
164<BR>
165&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new <CODE>LeadPipeInputStream</CODE> to pull
166 from the specified <CODE>PipedOutputStream</CODE>, using a
167 circular buffer of the specified size.</TD>
168</TR>
169</TABLE>
170&nbsp;
171<!-- ========== METHOD SUMMARY =========== -->
172
173<A NAME="method_summary"><!-- --></A>
174<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
175<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
176<TD COLSPAN=2><FONT SIZE="+2">
177<B>Method Summary</B></FONT></TD>
178</TR>
179<TR BGCOLOR="white" CLASS="TableRowColor">
180<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181<CODE>&nbsp;void</CODE></FONT></TD>
182<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html#log(java.lang.String, int)">log</A></B>(java.lang.String&nbsp;message,
183 int&nbsp;loglevel)</CODE>
184
185<BR>
186&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Log a message with the specified logging level.</TD>
187</TR>
188<TR BGCOLOR="white" CLASS="TableRowColor">
189<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190<CODE>&nbsp;int</CODE></FONT></TD>
191<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html#read()">read</A></B>()</CODE>
192
193<BR>
194&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
195</TR>
196<TR BGCOLOR="white" CLASS="TableRowColor">
197<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198<CODE>&nbsp;void</CODE></FONT></TD>
199<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html#setBufferSize(int)">setBufferSize</A></B>(int&nbsp;size)</CODE>
200
201<BR>
202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the size of the buffer.</TD>
203</TR>
204<TR BGCOLOR="white" CLASS="TableRowColor">
205<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
206<CODE>&nbsp;void</CODE></FONT></TD>
207<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html#setManagingComponent(org.apache.tools.ant.ProjectComponent)">setManagingComponent</A></B>(<A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</A>&nbsp;pc)</CODE>
208
209<BR>
210&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set a managing <CODE>ProjectComponent</CODE> for
211 this <CODE>LeadPipeInputStream</CODE>.</TD>
212</TR>
213<TR BGCOLOR="white" CLASS="TableRowColor">
214<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
215<CODE>&nbsp;void</CODE></FONT></TD>
216<TD><CODE><B><A HREF="../../../../../org/apache/tools/ant/util/LeadPipeInputStream.html#setManagingTask(org.apache.tools.ant.Task)">setManagingTask</A></B>(<A HREF="../../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</A>&nbsp;task)</CODE>
217
218<BR>
219&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set a managing <CODE>Task</CODE> for
220 this <CODE>LeadPipeInputStream</CODE>.</TD>
221</TR>
222</TABLE>
223&nbsp;<A NAME="methods_inherited_from_class_java.io.PipedInputStream"><!-- --></A>
224<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
225<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
226<TD><B>Methods inherited from class java.io.PipedInputStream</B></TD>
227</TR>
228<TR BGCOLOR="white" CLASS="TableRowColor">
229<TD><CODE>available, close, connect, read, receive</CODE></TD>
230</TR>
231</TABLE>
232&nbsp;<A NAME="methods_inherited_from_class_java.io.InputStream"><!-- --></A>
233<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
234<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
235<TD><B>Methods inherited from class java.io.InputStream</B></TD>
236</TR>
237<TR BGCOLOR="white" CLASS="TableRowColor">
238<TD><CODE>mark, markSupported, read, reset, skip</CODE></TD>
239</TR>
240</TABLE>
241&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
242<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
243<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
244<TD><B>Methods inherited from class java.lang.Object</B></TD>
245</TR>
246<TR BGCOLOR="white" CLASS="TableRowColor">
247<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
248</TR>
249</TABLE>
250&nbsp;
251<P>
252
253<!-- ============ FIELD DETAIL =========== -->
254
255
256<!-- ========= CONSTRUCTOR DETAIL ======== -->
257
258<A NAME="constructor_detail"><!-- --></A>
259<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
260<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
261<TD COLSPAN=1><FONT SIZE="+2">
262<B>Constructor Detail</B></FONT></TD>
263</TR>
264</TABLE>
265
266<A NAME="LeadPipeInputStream()"><!-- --></A><H3>
267LeadPipeInputStream</H3>
268<PRE>
269public <B>LeadPipeInputStream</B>()</PRE>
270<DL>
271<DD>Construct a new <CODE>LeadPipeInputStream</CODE>.
272<P>
273</DL>
274<HR>
275
276<A NAME="LeadPipeInputStream(int)"><!-- --></A><H3>
277LeadPipeInputStream</H3>
278<PRE>
279public <B>LeadPipeInputStream</B>(int&nbsp;size)</PRE>
280<DL>
281<DD>Construct a new <CODE>LeadPipeInputStream</CODE>
282 with the specified buffer size.
283<P>
284<DT><B>Parameters:</B><DD><CODE>size</CODE> - the size of the circular buffer.</DL>
285<HR>
286
287<A NAME="LeadPipeInputStream(java.io.PipedOutputStream)"><!-- --></A><H3>
288LeadPipeInputStream</H3>
289<PRE>
290public <B>LeadPipeInputStream</B>(java.io.PipedOutputStream&nbsp;src)
291 throws java.io.IOException</PRE>
292<DL>
293<DD>Construct a new <CODE>LeadPipeInputStream</CODE> to pull
294 from the specified <CODE>PipedOutputStream</CODE>.
295<P>
296<DT><B>Parameters:</B><DD><CODE>src</CODE> - the <CODE>PipedOutputStream</CODE> source.
297<DT><B>Throws:</B>
298<DD><CODE>java.io.IOException</CODE> - if unable to construct the stream.</DL>
299<HR>
300
301<A NAME="LeadPipeInputStream(java.io.PipedOutputStream, int)"><!-- --></A><H3>
302LeadPipeInputStream</H3>
303<PRE>
304public <B>LeadPipeInputStream</B>(java.io.PipedOutputStream&nbsp;src,
305 int&nbsp;size)
306 throws java.io.IOException</PRE>
307<DL>
308<DD>Construct a new <CODE>LeadPipeInputStream</CODE> to pull
309 from the specified <CODE>PipedOutputStream</CODE>, using a
310 circular buffer of the specified size.
311<P>
312<DT><B>Parameters:</B><DD><CODE>src</CODE> - the <CODE>PipedOutputStream</CODE> source.<DD><CODE>size</CODE> - the size of the circular buffer.</DL>
313
314<!-- ============ METHOD DETAIL ========== -->
315
316<A NAME="method_detail"><!-- --></A>
317<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
318<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
319<TD COLSPAN=1><FONT SIZE="+2">
320<B>Method Detail</B></FONT></TD>
321</TR>
322</TABLE>
323
324<A NAME="read()"><!-- --></A><H3>
325read</H3>
326<PRE>
327public int <B>read</B>()
328 throws java.io.IOException</PRE>
329<DL>
330<DD><DL>
331
332<DT><B>Throws:</B>
333<DD><CODE>java.io.IOException</CODE></DL>
334</DD>
335</DL>
336<HR>
337
338<A NAME="setBufferSize(int)"><!-- --></A><H3>
339setBufferSize</H3>
340<PRE>
341public void <B>setBufferSize</B>(int&nbsp;size)</PRE>
342<DL>
343<DD>Set the size of the buffer.
344<P>
345<DD><DL>
346<DT><B>Parameters:</B><DD><CODE>size</CODE> - the new buffer size. Ignored if <= current size.</DL>
347</DD>
348</DL>
349<HR>
350
351<A NAME="setManagingTask(org.apache.tools.ant.Task)"><!-- --></A><H3>
352setManagingTask</H3>
353<PRE>
354public void <B>setManagingTask</B>(<A HREF="../../../../../org/apache/tools/ant/Task.html" title="class in org.apache.tools.ant">Task</A>&nbsp;task)</PRE>
355<DL>
356<DD>Set a managing <CODE>Task</CODE> for
357 this <CODE>LeadPipeInputStream</CODE>.
358<P>
359<DD><DL>
360<DT><B>Parameters:</B><DD><CODE>task</CODE> - the managing <CODE>Task</CODE>.</DL>
361</DD>
362</DL>
363<HR>
364
365<A NAME="setManagingComponent(org.apache.tools.ant.ProjectComponent)"><!-- --></A><H3>
366setManagingComponent</H3>
367<PRE>
368public void <B>setManagingComponent</B>(<A HREF="../../../../../org/apache/tools/ant/ProjectComponent.html" title="class in org.apache.tools.ant">ProjectComponent</A>&nbsp;pc)</PRE>
369<DL>
370<DD>Set a managing <CODE>ProjectComponent</CODE> for
371 this <CODE>LeadPipeInputStream</CODE>.
372<P>
373<DD><DL>
374<DT><B>Parameters:</B><DD><CODE>pc</CODE> - the managing <CODE>ProjectComponent</CODE>.</DL>
375</DD>
376</DL>
377<HR>
378
379<A NAME="log(java.lang.String, int)"><!-- --></A><H3>
380log</H3>
381<PRE>
382public void <B>log</B>(java.lang.String&nbsp;message,
383 int&nbsp;loglevel)</PRE>
384<DL>
385<DD>Log a message with the specified logging level.
386<P>
387<DD><DL>
388<DT><B>Parameters:</B><DD><CODE>message</CODE> - the <CODE>String</CODE> message.<DD><CODE>loglevel</CODE> - the <CODE>int</CODE> logging level.</DL>
389</DD>
390</DL>
391<!-- ========= END OF CLASS DATA ========= -->
392<HR>
393
394
395<!-- ======= START OF BOTTOM NAVBAR ====== -->
396<A NAME="navbar_bottom"><!-- --></A>
397<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
398<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
399<TR>
400<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
401<A NAME="navbar_bottom_firstrow"><!-- --></A>
402<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
403 <TR ALIGN="center" VALIGN="top">
404 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
405 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
406 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
407 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
408 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
409 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
410 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
411 </TR>
412</TABLE>
413</TD>
414<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
415</EM>
416</TD>
417</TR>
418
419<TR>
420<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
421&nbsp;<A HREF="../../../../../org/apache/tools/ant/util/LazyHashtable.html" title="class in org.apache.tools.ant.util"><B>PREV CLASS</B></A>&nbsp;
422&nbsp;<A HREF="../../../../../org/apache/tools/ant/util/LineTokenizer.html" title="class in org.apache.tools.ant.util"><B>NEXT CLASS</B></A></FONT></TD>
423<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
424 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
425&nbsp;<A HREF="LeadPipeInputStream.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
426&nbsp;<SCRIPT type="text/javascript">
427 <!--
428 if(window==top) {
429 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
430 }
431 //-->
432</SCRIPT>
433<NOSCRIPT>
434 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
435</NOSCRIPT>
436
437</FONT></TD>
438</TR>
439<TR>
440<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
441 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_java.io.PipedInputStream">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
442<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
443DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
444</TR>
445</TABLE>
446<A NAME="skip-navbar_bottom"></A>
447<!-- ======== END OF BOTTOM NAVBAR ======= -->
448
449<HR>
450Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.
451</BODY>
452</HTML>
Note: See TracBrowser for help on using the repository browser.