You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2010/01/31 13:58:40 UTC

svn commit: r905025 [10/33] - in /lucene/tika/site/src/site/resources/0.6/api: ./ org/apache/tika/ org/apache/tika/class-use/ org/apache/tika/cli/ org/apache/tika/cli/class-use/ org/apache/tika/config/ org/apache/tika/config/class-use/ org/apache/tika/...

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/NullInputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/NullInputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/NullInputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/NullInputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:42 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:34 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 NullInputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -93,28 +93,28 @@
 <BR>
 Class NullInputStream</H2>
 <PRE>
-java.lang.Object
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.io.InputStream
+<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">java.io.InputStream</A>
       <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tika.io.NullInputStream</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD>java.io.Closeable</DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A></DD>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>NullInputStream</B><DT>extends java.io.InputStream</DL>
+<DT><PRE>public class <B>NullInputStream</B><DT>extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A></DL>
 </PRE>
 
 <P>
-A functional, light weight <CODE>InputStream</CODE> that emulates
+A functional, light weight <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> that emulates
  a stream of a specified size.
  <p>
  This implementation provides a light weight
- object for testing with an <CODE>InputStream</CODE>
+ object for testing with an <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A>
  where the contents don't matter.
  <p>
  One use case would be for testing the handling of
- large <CODE>InputStream</CODE> as it can emulate that
+ large <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> as it can emulate that
  scenario without the overhead of actually processing
  large numbers of bytes - significantly speeding up
  test execution times.
@@ -164,7 +164,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/tika/io/NullInputStream.html#NullInputStream(long)">NullInputStream</A></B>(long&nbsp;size)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an <CODE>InputStream</CODE> that emulates a specified size
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> that emulates a specified size
  which supports marking and does not throw EOFException.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -173,7 +173,7 @@
                 boolean&nbsp;throwEofException)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an <CODE>InputStream</CODE> that emulates a specified
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> that emulates a specified
  size with option settings.</TD>
 </TR>
 </TABLE>
@@ -217,7 +217,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/tika/io/NullInputStream.html#getSize()">getSize</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the size this <CODE>InputStream</CODE> emulates.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the size this <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> emulates.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -300,10 +300,10 @@
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -324,7 +324,7 @@
 <PRE>
 public <B>NullInputStream</B>(long&nbsp;size)</PRE>
 <DL>
-<DD>Create an <CODE>InputStream</CODE> that emulates a specified size
+<DD>Create an <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> that emulates a specified size
  which supports marking and does not throw EOFException.
 <P>
 <DL>
@@ -339,13 +339,13 @@
                        boolean&nbsp;markSupported,
                        boolean&nbsp;throwEofException)</PRE>
 <DL>
-<DD>Create an <CODE>InputStream</CODE> that emulates a specified
+<DD>Create an <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> that emulates a specified
  size with option settings.
 <P>
 <DL>
 <DT><B>Parameters:</B><DD><CODE>size</CODE> - The size of the input stream to emulate.<DD><CODE>markSupported</CODE> - Whether this instance will support
  the <code>mark()</code> functionality.<DD><CODE>throwEofException</CODE> - Whether this implementation
- will throw an <CODE>EOFException</CODE> or return -1 when the
+ will throw an <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/EOFException.html?is-external=true" title="class or interface in java.io"><CODE>EOFException</CODE></A> or return -1 when the
  end of file is reached.</DL>
 </DL>
 
@@ -378,7 +378,7 @@
 <PRE>
 public long <B>getSize</B>()</PRE>
 <DL>
-<DD>Return the size this <CODE>InputStream</CODE> emulates.
+<DD>Return the size this <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> emulates.
 <P>
 <DD><DL>
 
@@ -395,7 +395,7 @@
 <DD>Return the number of bytes that can be read.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>available</CODE> in class <CODE>java.io.InputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true#available()" title="class or interface in java.io">available</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 
@@ -408,18 +408,18 @@
 close</H3>
 <PRE>
 public void <B>close</B>()
-           throws java.io.IOException</PRE>
+           throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Close this input stream - resets the internal state to
  the initial values.
 <P>
 <DD><DL>
-<DT><B>Specified by:</B><DD><CODE>close</CODE> in interface <CODE>java.io.Closeable</CODE><DT><B>Overrides:</B><DD><CODE>close</CODE> in class <CODE>java.io.InputStream</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true#close()" title="class or interface in java.io">close</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - If an error occurs.</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - If an error occurs.</DL>
 </DD>
 </DL>
 <HR>
@@ -432,13 +432,13 @@
 <DD>Mark the current position.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>mark</CODE> in class <CODE>java.io.InputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true#mark(int)" title="class or interface in java.io">mark</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>readlimit</CODE> - The number of bytes before this marked position
  is invalid.
 <DT><B>Throws:</B>
-<DD><CODE>java.lang.UnsupportedOperationException</CODE> - if mark is not supported.</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang">UnsupportedOperationException</A></CODE> - if mark is not supported.</DL>
 </DD>
 </DL>
 <HR>
@@ -451,7 +451,7 @@
 <DD>Indicates whether <i>mark</i> is supported.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>markSupported</CODE> in class <CODE>java.io.InputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true#markSupported()" title="class or interface in java.io">markSupported</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 
@@ -464,12 +464,12 @@
 read</H3>
 <PRE>
 public int <B>read</B>()
-         throws java.io.IOException</PRE>
+         throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Read a byte.
 <P>
 <DD><DL>
-<DT><B>Specified by:</B><DD><CODE>read</CODE> in class <CODE>java.io.InputStream</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true#read()" title="class or interface in java.io">read</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 
@@ -477,9 +477,9 @@
  or <code>-1</code> if the end of file has been reached and
  <code>throwEofException</code> is set to <code>false</code>.
 <DT><B>Throws:</B>
-<DD><CODE>java.io.EOFException</CODE> - if the end of file is reached and
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/EOFException.html?is-external=true" title="class or interface in java.io">EOFException</A></CODE> - if the end of file is reached and
  <code>throwEofException</code> is set to <code>true</code>.
-<DD><CODE>java.io.IOException</CODE> - if trying to read past the end of file.</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if trying to read past the end of file.</DL>
 </DD>
 </DL>
 <HR>
@@ -488,12 +488,12 @@
 read</H3>
 <PRE>
 public int <B>read</B>(byte[]&nbsp;bytes)
-         throws java.io.IOException</PRE>
+         throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Read some bytes into the specified array.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>read</CODE> in class <CODE>java.io.InputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true#read(byte[])" title="class or interface in java.io">read</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>bytes</CODE> - The byte array to read into
@@ -501,9 +501,9 @@
  if the end of file has been reached and
  <code>throwEofException</code> is set to <code>false</code>.
 <DT><B>Throws:</B>
-<DD><CODE>java.io.EOFException</CODE> - if the end of file is reached and
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/EOFException.html?is-external=true" title="class or interface in java.io">EOFException</A></CODE> - if the end of file is reached and
  <code>throwEofException</code> is set to <code>true</code>.
-<DD><CODE>java.io.IOException</CODE> - if trying to read past the end of file.</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if trying to read past the end of file.</DL>
 </DD>
 </DL>
 <HR>
@@ -514,12 +514,12 @@
 public int <B>read</B>(byte[]&nbsp;bytes,
                 int&nbsp;offset,
                 int&nbsp;length)
-         throws java.io.IOException</PRE>
+         throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Read the specified number bytes into an array.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>read</CODE> in class <CODE>java.io.InputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true#read(byte[], int, int)" title="class or interface in java.io">read</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>bytes</CODE> - The byte array to read into.<DD><CODE>offset</CODE> - The offset to start reading bytes into.<DD><CODE>length</CODE> - The number of bytes to read.
@@ -527,9 +527,9 @@
  if the end of file has been reached and
  <code>throwEofException</code> is set to <code>false</code>.
 <DT><B>Throws:</B>
-<DD><CODE>java.io.EOFException</CODE> - if the end of file is reached and
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/EOFException.html?is-external=true" title="class or interface in java.io">EOFException</A></CODE> - if the end of file is reached and
  <code>throwEofException</code> is set to <code>true</code>.
-<DD><CODE>java.io.IOException</CODE> - if trying to read past the end of file.</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if trying to read past the end of file.</DL>
 </DD>
 </DL>
 <HR>
@@ -538,18 +538,18 @@
 reset</H3>
 <PRE>
 public void <B>reset</B>()
-           throws java.io.IOException</PRE>
+           throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Reset the stream to the point when mark was last called.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>reset</CODE> in class <CODE>java.io.InputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true#reset()" title="class or interface in java.io">reset</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE>java.lang.UnsupportedOperationException</CODE> - if mark is not supported.
-<DD><CODE>java.io.IOException</CODE> - If no position has been marked
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang">UnsupportedOperationException</A></CODE> - if mark is not supported.
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - If no position has been marked
  or the read limit has been exceed since the last position was
  marked.</DL>
 </DD>
@@ -560,12 +560,12 @@
 skip</H3>
 <PRE>
 public long <B>skip</B>(long&nbsp;numberOfBytes)
-          throws java.io.IOException</PRE>
+          throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Skip a specified number of bytes.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>skip</CODE> in class <CODE>java.io.InputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true#skip(long)" title="class or interface in java.io">skip</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>numberOfBytes</CODE> - The number of bytes to skip.
@@ -573,9 +573,9 @@
  if the end of file has been reached and
  <code>throwEofException</code> is set to <code>false</code>.
 <DT><B>Throws:</B>
-<DD><CODE>java.io.EOFException</CODE> - if the end of file is reached and
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/EOFException.html?is-external=true" title="class or interface in java.io">EOFException</A></CODE> - if the end of file is reached and
  <code>throwEofException</code> is set to <code>true</code>.
-<DD><CODE>java.io.IOException</CODE> - if trying to read past the end of file.</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if trying to read past the end of file.</DL>
 </DD>
 </DL>
 <HR>

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/NullOutputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/NullOutputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/NullOutputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/NullOutputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:42 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:34 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 NullOutputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -93,16 +93,16 @@
 <BR>
 Class NullOutputStream</H2>
 <PRE>
-java.lang.Object
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.io.OutputStream
+<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">java.io.OutputStream</A>
       <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tika.io.NullOutputStream</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD>java.io.Closeable, java.io.Flushable</DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</A></DD>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>NullOutputStream</B><DT>extends java.io.OutputStream</DL>
+<DT><PRE>public class <B>NullOutputStream</B><DT>extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A></DL>
 </PRE>
 
 <P>
@@ -194,19 +194,19 @@
 &nbsp;<A NAME="methods_inherited_from_class_java.io.OutputStream"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.io.OutputStream</B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.io.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>close, flush</CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html?is-external=true#close()" title="class or interface in java.io">close</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html?is-external=true#flush()" title="class or interface in java.io">flush</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -270,7 +270,7 @@
 <DD>Does nothing - output to <code>/dev/null</code>.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>write</CODE> in class <CODE>java.io.OutputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html?is-external=true#write(byte[], int, int)" title="class or interface in java.io">write</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>b</CODE> - The bytes to write<DD><CODE>off</CODE> - The start offset<DD><CODE>len</CODE> - The number of bytes to write</DL>
@@ -286,7 +286,7 @@
 <DD>Does nothing - output to <code>/dev/null</code>.
 <P>
 <DD><DL>
-<DT><B>Specified by:</B><DD><CODE>write</CODE> in class <CODE>java.io.OutputStream</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html?is-external=true#write(int)" title="class or interface in java.io">write</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>b</CODE> - The byte to write</DL>
@@ -298,17 +298,17 @@
 write</H3>
 <PRE>
 public void <B>write</B>(byte[]&nbsp;b)
-           throws java.io.IOException</PRE>
+           throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Does nothing - output to <code>/dev/null</code>.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>write</CODE> in class <CODE>java.io.OutputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html?is-external=true#write(byte[])" title="class or interface in java.io">write</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>b</CODE> - The bytes to write
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - never</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - never</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/ProxyInputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/ProxyInputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/ProxyInputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/ProxyInputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:42 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:34 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 ProxyInputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -93,20 +93,20 @@
 <BR>
 Class ProxyInputStream</H2>
 <PRE>
-java.lang.Object
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.io.InputStream
-      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.io.FilterInputStream
+<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">java.io.InputStream</A>
+      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">java.io.FilterInputStream</A>
           <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tika.io.ProxyInputStream</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD>java.io.Closeable</DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A></DD>
 </DL>
 <DL>
 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/tika/io/CloseShieldInputStream.html" title="class in org.apache.tika.io">CloseShieldInputStream</A>, <A HREF="../../../../org/apache/tika/io/CountingInputStream.html" title="class in org.apache.tika.io">CountingInputStream</A>, <A HREF="../../../../org/apache/tika/io/TaggedInputStream.html" title="class in org.apache.tika.io">TaggedInputStream</A></DD>
 </DL>
 <HR>
 <DL>
-<DT><PRE>public abstract class <B>ProxyInputStream</B><DT>extends java.io.FilterInputStream</DL>
+<DT><PRE>public abstract class <B>ProxyInputStream</B><DT>extends <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></DL>
 </PRE>
 
 <P>
@@ -141,10 +141,10 @@
 &nbsp;<A NAME="fields_inherited_from_class_java.io.FilterInputStream"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Fields inherited from class java.io.FilterInputStream</B></TH>
+<TH ALIGN="left"><B>Fields inherited from class java.io.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>in</CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true#in" title="class or interface in java.io">in</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -157,7 +157,7 @@
 <B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../org/apache/tika/io/ProxyInputStream.html#ProxyInputStream(java.io.InputStream)">ProxyInputStream</A></B>(java.io.InputStream&nbsp;proxy)</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/tika/io/ProxyInputStream.html#ProxyInputStream(java.io.InputStream)">ProxyInputStream</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;proxy)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new ProxyInputStream.</TD>
@@ -191,7 +191,7 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/tika/io/ProxyInputStream.html#handleIOException(java.io.IOException)">handleIOException</A></B>(java.io.IOException&nbsp;e)</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/tika/io/ProxyInputStream.html#handleIOException(java.io.IOException)">handleIOException</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>&nbsp;e)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handle any IOExceptions thrown.</TD>
@@ -258,10 +258,10 @@
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -280,7 +280,7 @@
 <A NAME="ProxyInputStream(java.io.InputStream)"><!-- --></A><H3>
 ProxyInputStream</H3>
 <PRE>
-public <B>ProxyInputStream</B>(java.io.InputStream&nbsp;proxy)</PRE>
+public <B>ProxyInputStream</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;proxy)</PRE>
 <DL>
 <DD>Constructs a new ProxyInputStream.
 <P>
@@ -302,18 +302,18 @@
 read</H3>
 <PRE>
 public int <B>read</B>()
-         throws java.io.IOException</PRE>
+         throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Invokes the delegate's <code>read()</code> method.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>read</CODE> in class <CODE>java.io.FilterInputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true#read()" title="class or interface in java.io">read</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 
 <DT><B>Returns:</B><DD>the byte read or -1 if the end of stream
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - if an I/O error occurs</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if an I/O error occurs</DL>
 </DD>
 </DL>
 <HR>
@@ -322,18 +322,18 @@
 read</H3>
 <PRE>
 public int <B>read</B>(byte[]&nbsp;bts)
-         throws java.io.IOException</PRE>
+         throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Invokes the delegate's <code>read(byte[])</code> method.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>read</CODE> in class <CODE>java.io.FilterInputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true#read(byte[])" title="class or interface in java.io">read</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>bts</CODE> - the buffer to read the bytes into
 <DT><B>Returns:</B><DD>the number of bytes read or -1 if the end of stream
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - if an I/O error occurs</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if an I/O error occurs</DL>
 </DD>
 </DL>
 <HR>
@@ -344,18 +344,18 @@
 public int <B>read</B>(byte[]&nbsp;bts,
                 int&nbsp;off,
                 int&nbsp;len)
-         throws java.io.IOException</PRE>
+         throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Invokes the delegate's <code>read(byte[], int, int)</code> method.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>read</CODE> in class <CODE>java.io.FilterInputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true#read(byte[], int, int)" title="class or interface in java.io">read</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>bts</CODE> - the buffer to read the bytes into<DD><CODE>off</CODE> - The start offset<DD><CODE>len</CODE> - The number of bytes to read
 <DT><B>Returns:</B><DD>the number of bytes read or -1 if the end of stream
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - if an I/O error occurs</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if an I/O error occurs</DL>
 </DD>
 </DL>
 <HR>
@@ -364,18 +364,18 @@
 skip</H3>
 <PRE>
 public long <B>skip</B>(long&nbsp;ln)
-          throws java.io.IOException</PRE>
+          throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Invokes the delegate's <code>skip(long)</code> method.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>skip</CODE> in class <CODE>java.io.FilterInputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true#skip(long)" title="class or interface in java.io">skip</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>ln</CODE> - the number of bytes to skip
 <DT><B>Returns:</B><DD>the number of bytes to skipped or -1 if the end of stream
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - if an I/O error occurs</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if an I/O error occurs</DL>
 </DD>
 </DL>
 <HR>
@@ -384,18 +384,18 @@
 available</H3>
 <PRE>
 public int <B>available</B>()
-              throws java.io.IOException</PRE>
+              throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Invokes the delegate's <code>available()</code> method.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>available</CODE> in class <CODE>java.io.FilterInputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true#available()" title="class or interface in java.io">available</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 
 <DT><B>Returns:</B><DD>the number of available bytes
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - if an I/O error occurs</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if an I/O error occurs</DL>
 </DD>
 </DL>
 <HR>
@@ -404,17 +404,17 @@
 close</H3>
 <PRE>
 public void <B>close</B>()
-           throws java.io.IOException</PRE>
+           throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Invokes the delegate's <code>close()</code> method.
 <P>
 <DD><DL>
-<DT><B>Specified by:</B><DD><CODE>close</CODE> in interface <CODE>java.io.Closeable</CODE><DT><B>Overrides:</B><DD><CODE>close</CODE> in class <CODE>java.io.FilterInputStream</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</A></CODE> in interface <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true#close()" title="class or interface in java.io">close</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - if an I/O error occurs</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if an I/O error occurs</DL>
 </DD>
 </DL>
 <HR>
@@ -427,7 +427,7 @@
 <DD>Invokes the delegate's <code>mark(int)</code> method.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>mark</CODE> in class <CODE>java.io.FilterInputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true#mark(int)" title="class or interface in java.io">mark</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>readlimit</CODE> - read ahead limit</DL>
@@ -439,17 +439,17 @@
 reset</H3>
 <PRE>
 public void <B>reset</B>()
-           throws java.io.IOException</PRE>
+           throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Invokes the delegate's <code>reset()</code> method.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>reset</CODE> in class <CODE>java.io.FilterInputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true#reset()" title="class or interface in java.io">reset</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - if an I/O error occurs</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if an I/O error occurs</DL>
 </DD>
 </DL>
 <HR>
@@ -462,7 +462,7 @@
 <DD>Invokes the delegate's <code>markSupported()</code> method.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>markSupported</CODE> in class <CODE>java.io.FilterInputStream</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true#markSupported()" title="class or interface in java.io">markSupported</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></CODE></DL>
 </DD>
 <DD><DL>
 
@@ -474,8 +474,8 @@
 <A NAME="handleIOException(java.io.IOException)"><!-- --></A><H3>
 handleIOException</H3>
 <PRE>
-protected void <B>handleIOException</B>(java.io.IOException&nbsp;e)
-                          throws java.io.IOException</PRE>
+protected void <B>handleIOException</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>&nbsp;e)
+                          throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Handle any IOExceptions thrown.
  <p>
@@ -485,7 +485,7 @@
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>e</CODE> - The IOException thrown
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - if an I/O error occurs</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if an I/O error occurs</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/TaggedIOException.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/TaggedIOException.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/TaggedIOException.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/TaggedIOException.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:42 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:34 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 TaggedIOException (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -93,15 +93,15 @@
 <BR>
 Class TaggedIOException</H2>
 <PRE>
-java.lang.Object
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable
-      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception
-          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.io.IOException
+<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</A>
+      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</A>
+          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">java.io.IOException</A>
               <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/apache/tika/io/IOExceptionWithCause.html" title="class in org.apache.tika.io">org.apache.tika.io.IOExceptionWithCause</A>
                   <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tika.io.TaggedIOException</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></DD>
 </DL>
 <HR>
 <DL>
@@ -109,7 +109,7 @@
 </PRE>
 
 <P>
-An <CODE>IOException</CODE> wrapper that tags the wrapped exception with
+An <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><CODE>IOException</CODE></A> wrapper that tags the wrapped exception with
  a given object reference. Both the tag and the wrapped original exception
  can be used to determine further processing when this exception is caught.
 <P>
@@ -130,8 +130,8 @@
 <B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedIOException.html#TaggedIOException(java.io.IOException, java.lang.Object)">TaggedIOException</A></B>(java.io.IOException&nbsp;original,
-                  java.lang.Object&nbsp;tag)</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedIOException.html#TaggedIOException(java.io.IOException, java.lang.Object)">TaggedIOException</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>&nbsp;original,
+                  <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;tag)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a tagged wrapper for the given exception.</TD>
@@ -148,7 +148,7 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.io.IOException</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedIOException.html#getCause()">getCause</A></B>()</CODE>
 
 <BR>
@@ -156,7 +156,7 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedIOException.html#getTag()">getTag</A></B>()</CODE>
 
 <BR>
@@ -166,19 +166,19 @@
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace()" title="class or interface in java.lang">fillInStackTrace</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage()" title="class or interface in java.lang">getLocalizedMessage</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#getMessage()" title="class or interface in java.lang">getMessage</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace()" title="class or interface in java.lang">getStackTrace</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#initCause(java.lang.Throwable)" title="class or interface in java.lang">initCause</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace()" title="clas
 s or interface in java.lang">printStackTrace</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace(java.io.PrintStream)" title="class or interface in java.lang">printStackTrace</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace(java.io.PrintWriter)" title="class or interface in java.lang">printStackTrace</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace(java.lang.StackTraceElement[])" title="class or interface in java.lang">setStackTrace</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#toString()" title="class or interface in java.lang">toString</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -197,8 +197,8 @@
 <A NAME="TaggedIOException(java.io.IOException, java.lang.Object)"><!-- --></A><H3>
 TaggedIOException</H3>
 <PRE>
-public <B>TaggedIOException</B>(java.io.IOException&nbsp;original,
-                         java.lang.Object&nbsp;tag)</PRE>
+public <B>TaggedIOException</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>&nbsp;original,
+                         <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;tag)</PRE>
 <DL>
 <DD>Creates a tagged wrapper for the given exception.
 <P>
@@ -219,7 +219,7 @@
 <A NAME="getTag()"><!-- --></A><H3>
 getTag</H3>
 <PRE>
-public java.lang.Object <B>getTag</B>()</PRE>
+public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>getTag</B>()</PRE>
 <DL>
 <DD>Returns the object reference used as the tag this exception.
 <P>
@@ -233,13 +233,13 @@
 <A NAME="getCause()"><!-- --></A><H3>
 getCause</H3>
 <PRE>
-public java.io.IOException <B>getCause</B>()</PRE>
+public <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A> <B>getCause</B>()</PRE>
 <DL>
 <DD>Returns the wrapped exception. The only difference to the overridden
- <CODE>Throwable.getCause()</CODE> method is the narrower return type.
+ <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#getCause()" title="class or interface in java.lang"><CODE>Throwable.getCause()</CODE></A> method is the narrower return type.
 <P>
 <DD><DL>
-<DT><B>Overrides:</B><DD><CODE>getCause</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true#getCause()" title="class or interface in java.lang">getCause</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A></CODE></DL>
 </DD>
 <DD><DL>
 

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/TaggedInputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/TaggedInputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/TaggedInputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/TaggedInputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:42 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:34 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 TaggedInputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -93,14 +93,14 @@
 <BR>
 Class TaggedInputStream</H2>
 <PRE>
-java.lang.Object
-  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.io.InputStream
-      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.io.FilterInputStream
+<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">java.io.InputStream</A>
+      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">java.io.FilterInputStream</A>
           <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/apache/tika/io/ProxyInputStream.html" title="class in org.apache.tika.io">org.apache.tika.io.ProxyInputStream</A>
               <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.tika.io.TaggedInputStream</B>
 </PRE>
 <DL>
-<DT><B>All Implemented Interfaces:</B> <DD>java.io.Closeable</DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A></DD>
 </DL>
 <HR>
 <DL>
@@ -111,7 +111,7 @@
 An input stream decorator that tags potential exceptions so that the
  stream that caused the exception can easily be identified. This is
  done by using the <A HREF="../../../../org/apache/tika/io/TaggedIOException.html" title="class in org.apache.tika.io"><CODE>TaggedIOException</CODE></A> class to wrap all thrown
- <CODE>IOException</CODE>s. See below for an example of using this class.
+ <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><CODE>IOException</CODE></A>s. See below for an example of using this class.
  <pre>
  TaggedInputStream stream = new TaggedInputStream(...);
  try {
@@ -161,10 +161,10 @@
 &nbsp;<A NAME="fields_inherited_from_class_java.io.FilterInputStream"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Fields inherited from class java.io.FilterInputStream</B></TH>
+<TH ALIGN="left"><B>Fields inherited from class java.io.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io">FilterInputStream</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>in</CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true#in" title="class or interface in java.io">in</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -177,7 +177,7 @@
 <B>Constructor Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedInputStream.html#TaggedInputStream(java.io.InputStream)">TaggedInputStream</A></B>(java.io.InputStream&nbsp;proxy)</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedInputStream.html#TaggedInputStream(java.io.InputStream)">TaggedInputStream</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;proxy)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a tagging decorator for the given input stream.</TD>
@@ -195,7 +195,7 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedInputStream.html#handleIOException(java.io.IOException)">handleIOException</A></B>(java.io.IOException&nbsp;e)</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedInputStream.html#handleIOException(java.io.IOException)">handleIOException</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>&nbsp;e)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tags any IOExceptions thrown, wrapping and re-throwing.</TD>
@@ -203,7 +203,7 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedInputStream.html#isCauseOf(java.io.IOException)">isCauseOf</A></B>(java.io.IOException&nbsp;exception)</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedInputStream.html#isCauseOf(java.io.IOException)">isCauseOf</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>&nbsp;exception)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tests if the given exception was caused by this stream.</TD>
@@ -211,7 +211,7 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedInputStream.html#throwIfCauseOf(java.lang.Exception)">throwIfCauseOf</A></B>(java.lang.Exception&nbsp;exception)</CODE>
+<TD><CODE><B><A HREF="../../../../org/apache/tika/io/TaggedInputStream.html#throwIfCauseOf(java.lang.Exception)">throwIfCauseOf</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A>&nbsp;exception)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Re-throws the original exception thrown by this stream.</TD>
@@ -229,10 +229,10 @@
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+<TD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java
 /lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -251,7 +251,7 @@
 <A NAME="TaggedInputStream(java.io.InputStream)"><!-- --></A><H3>
 TaggedInputStream</H3>
 <PRE>
-public <B>TaggedInputStream</B>(java.io.InputStream&nbsp;proxy)</PRE>
+public <B>TaggedInputStream</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;proxy)</PRE>
 <DL>
 <DD>Creates a tagging decorator for the given input stream.
 <P>
@@ -272,7 +272,7 @@
 <A NAME="isCauseOf(java.io.IOException)"><!-- --></A><H3>
 isCauseOf</H3>
 <PRE>
-public boolean <B>isCauseOf</B>(java.io.IOException&nbsp;exception)</PRE>
+public boolean <B>isCauseOf</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>&nbsp;exception)</PRE>
 <DL>
 <DD>Tests if the given exception was caused by this stream.
 <P>
@@ -287,8 +287,8 @@
 <A NAME="throwIfCauseOf(java.lang.Exception)"><!-- --></A><H3>
 throwIfCauseOf</H3>
 <PRE>
-public void <B>throwIfCauseOf</B>(java.lang.Exception&nbsp;exception)
-                    throws java.io.IOException</PRE>
+public void <B>throwIfCauseOf</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A>&nbsp;exception)
+                    throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Re-throws the original exception thrown by this stream. This method
  first checks whether the given exception is a <A HREF="../../../../org/apache/tika/io/TaggedIOException.html" title="class in org.apache.tika.io"><CODE>TaggedIOException</CODE></A>
@@ -299,7 +299,7 @@
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>exception</CODE> - an exception
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - original exception, if any, thrown by this stream</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - original exception, if any, thrown by this stream</DL>
 </DD>
 </DL>
 <HR>
@@ -307,8 +307,8 @@
 <A NAME="handleIOException(java.io.IOException)"><!-- --></A><H3>
 handleIOException</H3>
 <PRE>
-protected void <B>handleIOException</B>(java.io.IOException&nbsp;e)
-                          throws java.io.IOException</PRE>
+protected void <B>handleIOException</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>&nbsp;e)
+                          throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
 <DL>
 <DD>Tags any IOExceptions thrown, wrapping and re-throwing.
 <P>
@@ -318,7 +318,7 @@
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>e</CODE> - The IOException thrown
 <DT><B>Throws:</B>
-<DD><CODE>java.io.IOException</CODE> - if an I/O error occurs</DL>
+<DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if an I/O error occurs</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ByteArrayOutputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ByteArrayOutputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ByteArrayOutputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ByteArrayOutputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:44 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:36 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.tika.io.ByteArrayOutputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/CloseShieldInputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/CloseShieldInputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/CloseShieldInputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/CloseShieldInputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:44 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:36 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.tika.io.CloseShieldInputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ClosedInputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ClosedInputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ClosedInputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ClosedInputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:44 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:36 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.tika.io.ClosedInputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/CountingInputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/CountingInputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/CountingInputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/CountingInputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:44 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:36 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.tika.io.CountingInputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -112,7 +112,7 @@
 <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../org/apache/tika/sax/package-summary.html">org.apache.tika.sax</A> with parameters of type <A HREF="../../../../../org/apache/tika/io/CountingInputStream.html" title="class in org.apache.tika.io">CountingInputStream</A></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../org/apache/tika/sax/SecureContentHandler.html#SecureContentHandler(org.xml.sax.ContentHandler, org.apache.tika.io.CountingInputStream)">SecureContentHandler</A></B>(org.xml.sax.ContentHandler&nbsp;handler,
+<TD><CODE><B><A HREF="../../../../../org/apache/tika/sax/SecureContentHandler.html#SecureContentHandler(org.xml.sax.ContentHandler, org.apache.tika.io.CountingInputStream)">SecureContentHandler</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>&nbsp;handler,
                      <A HREF="../../../../../org/apache/tika/io/CountingInputStream.html" title="class in org.apache.tika.io">CountingInputStream</A>&nbsp;stream)</CODE>
 
 <BR>

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/IOExceptionWithCause.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/IOExceptionWithCause.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/IOExceptionWithCause.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/IOExceptionWithCause.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:44 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:36 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.tika.io.IOExceptionWithCause (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -117,7 +117,7 @@
 <TD><CODE><B><A HREF="../../../../../org/apache/tika/io/TaggedIOException.html" title="class in org.apache.tika.io">TaggedIOException</A></B></CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An <CODE>IOException</CODE> wrapper that tags the wrapped exception with
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><CODE>IOException</CODE></A> wrapper that tags the wrapped exception with
  a given object reference.</TD>
 </TR>
 </TABLE>

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/IOUtils.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/IOUtils.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/IOUtils.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/IOUtils.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:44 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:36 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.tika.io.IOUtils (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/NullInputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/NullInputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/NullInputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/NullInputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:44 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:36 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.tika.io.NullInputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/NullOutputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/NullOutputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/NullOutputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/NullOutputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:44 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:36 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.tika.io.NullOutputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ProxyInputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ProxyInputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ProxyInputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/ProxyInputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:44 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:36 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.tika.io.ProxyInputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/TaggedIOException.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/TaggedIOException.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/TaggedIOException.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/TaggedIOException.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:44 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:36 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.tika.io.TaggedIOException (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/TaggedInputStream.html
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/TaggedInputStream.html?rev=905025&r1=905024&r2=905025&view=diff
==============================================================================
--- lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/TaggedInputStream.html (original)
+++ lucene/tika/site/src/site/resources/0.6/api/org/apache/tika/io/class-use/TaggedInputStream.html Sun Jan 31 12:58:02 2010
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_16) on Sat Jan 30 21:37:44 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_16) on Sun Jan 31 13:38:36 CET 2010 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
 Uses of Class org.apache.tika.io.TaggedInputStream (Apache Tika 0.6 API)
 </TITLE>
 
-<META NAME="date" CONTENT="2010-01-30">
+<META NAME="date" CONTENT="2010-01-31">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">