Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-02 17:40:40 +0000
committerEike Stepper2011-09-02 17:40:40 +0000
commit39e55d340b79a835ec815ea688d8f3011506a935 (patch)
tree561a25786c263a84b30fd6023ac90096a568f243 /plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io
parent43e934e2b6d9df9b72eb229da769ee8954079c61 (diff)
downloadcdo-39e55d340b79a835ec815ea688d8f3011506a935.tar.gz
cdo-39e55d340b79a835ec815ea688d8f3011506a935.tar.xz
cdo-39e55d340b79a835ec815ea688d8f3011506a935.zip
update javadoc to juno
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DelegatingInputStream.html80
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DelegatingOutputStream.html44
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DigestWriter.html2
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XORInputStream.html10
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XOROutputStream.html10
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-summary.html44
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-tree.html474
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-use.html2
8 files changed, 333 insertions, 333 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DelegatingInputStream.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DelegatingInputStream.html
index 9244a09ad9..09aeb52e1a 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DelegatingInputStream.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DelegatingInputStream.html
@@ -108,14 +108,14 @@ Class DelegatingInputStream</H2>
</PRE>
<P>
-A <code>DelegatingInputStream</code> contains some other input stream, which it uses as its basic source of data,
- possibly transforming the data along the way or providing additional functionality. The class
- <code>DelegatingInputStream</code> itself simply overrides all (see note below) methods of <code>InputStream</code>
- with versions that pass all requests to the contained input stream. Subclasses of <code>DelegatingInputStream</code>
- may further override some of these methods and may also provide additional methods and fields.
- <p>
- <b>Note:</b> The only difference to <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io"><CODE>FilterInputStream</CODE></A> is that <code>DelegatingInputStream</code> does
- <b>not</b> override <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true#read(byte[])" title="class or interface in java.io"><CODE>InputStream.read(byte[])</CODE></A> or <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true#read(byte[], int, int)" title="class or interface in java.io"><CODE>InputStream.read(byte[], int, int)</CODE></A> but rather exposes the original
+A <code>DelegatingInputStream</code> contains some other input stream, which it uses as its basic source of data,
+ possibly transforming the data along the way or providing additional functionality. The class
+ <code>DelegatingInputStream</code> itself simply overrides all (see note below) methods of <code>InputStream</code>
+ with versions that pass all requests to the contained input stream. Subclasses of <code>DelegatingInputStream</code>
+ may further override some of these methods and may also provide additional methods and fields.
+ <p>
+ <b>Note:</b> The only difference to <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io"><CODE>FilterInputStream</CODE></A> is that <code>DelegatingInputStream</code> does
+ <b>not</b> override <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true#read(byte[])" title="class or interface in java.io"><CODE>InputStream.read(byte[])</CODE></A> or <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true#read(byte[], int, int)" title="class or interface in java.io"><CODE>InputStream.read(byte[], int, int)</CODE></A> but rather exposes the original
implementations of <code>InputStream</code> which call <A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingInputStream.html#read()"><CODE>read()</CODE></A> instead of their delegate counterparts.
<P>
@@ -159,7 +159,7 @@ A <code>DelegatingInputStream</code> contains some other input stream, which it
<TD><CODE><B><A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingInputStream.html#DelegatingInputStream(java.io.InputStream)">DelegatingInputStream</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a <code>DelegatingInputStream</code> by assigning the argument <code>in</code> to the field
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a <code>DelegatingInputStream</code> by assigning the argument <code>in</code> to the field
<code>this.in</code> so as to remember it for later use.</TD>
</TR>
</TABLE>
@@ -226,7 +226,7 @@ A <code>DelegatingInputStream</code> contains some other input stream, which it
<TD><CODE><B><A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingInputStream.html#reset()">reset</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Repositions this stream to the position at the time the <code>mark</code> method was last called on this input
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Repositions this stream to the position at the time the <code>mark</code> method was last called on this input
stream.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -295,11 +295,11 @@ DelegatingInputStream</H3>
<PRE>
protected <B>DelegatingInputStream</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in)</PRE>
<DL>
-<DD>Creates a <code>DelegatingInputStream</code> by assigning the argument <code>in</code> to the field
+<DD>Creates a <code>DelegatingInputStream</code> by assigning the argument <code>in</code> to the field
<code>this.in</code> so as to remember it for later use.
<P>
<DL>
-<DT><B>Parameters:</B><DD><CODE>in</CODE> - the underlying input stream, or <code>null</code> if this instance is to be created without an underlying
+<DT><B>Parameters:</B><DD><CODE>in</CODE> - the underlying input stream, or <code>null</code> if this instance is to be created without an underlying
stream.</DL>
</DL>
@@ -330,11 +330,11 @@ read</H3>
public int <B>read</B>()
throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
-<DD>Reads the next byte of data from this input stream. The value byte is returned as an <code>int</code> in the range
- <code>0</code> to <code>255</code>. If no byte is available because the end of the stream has been reached, the
- value <code>-1</code> is returned. This method blocks until input data is available, the end of the stream is
- detected, or an exception is thrown.
- <p>
+<DD>Reads the next byte of data from this input stream. The value byte is returned as an <code>int</code> in the range
+ <code>0</code> to <code>255</code>. If no byte is available because the end of the stream has been reached, the
+ value <code>-1</code> is returned. This method blocks until input data is available, the end of the stream is
+ detected, or an exception is thrown.
+ <p>
This method simply performs <code>in.read()</code> and returns the result.
<P>
<DD><DL>
@@ -355,10 +355,10 @@ skip</H3>
public long <B>skip</B>(long&nbsp;n)
throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
-<DD>Skips over and discards <code>n</code> bytes of data from the input stream. The <code>skip</code> method may, for a
- variety of reasons, end up skipping over some smaller number of bytes, possibly <code>0</code>. The actual number
- of bytes skipped is returned.
- <p>
+<DD>Skips over and discards <code>n</code> bytes of data from the input stream. The <code>skip</code> method may, for a
+ variety of reasons, end up skipping over some smaller number of bytes, possibly <code>0</code>. The actual number
+ of bytes skipped is returned.
+ <p>
This method simply performs <code>in.skip(n)</code>.
<P>
<DD><DL>
@@ -379,8 +379,8 @@ available</H3>
public int <B>available</B>()
throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
-<DD>Returns the number of bytes that can be read from this input stream without blocking.
- <p>
+<DD>Returns the number of bytes that can be read from this input stream without blocking.
+ <p>
This method simply performs <code>in.available()</code> and returns the result.
<P>
<DD><DL>
@@ -401,7 +401,7 @@ close</H3>
public void <B>close</B>()
throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
-<DD>Closes this input stream and releases any system resources associated with the stream. This method simply performs
+<DD>Closes this input stream and releases any system resources associated with the stream. This method simply performs
<code>in.close()</code>.
<P>
<DD><DL>
@@ -420,12 +420,12 @@ mark</H3>
<PRE>
public void <B>mark</B>(int&nbsp;readlimit)</PRE>
<DL>
-<DD>Marks the current position in this input stream. A subsequent call to the <code>reset</code> method repositions
- this stream at the last marked position so that subsequent reads re-read the same bytes.
- <p>
- The <code>readlimit</code> argument tells this input stream to allow that many bytes to be read before the mark
- position gets invalidated.
- <p>
+<DD>Marks the current position in this input stream. A subsequent call to the <code>reset</code> method repositions
+ this stream at the last marked position so that subsequent reads re-read the same bytes.
+ <p>
+ The <code>readlimit</code> argument tells this input stream to allow that many bytes to be read before the mark
+ position gets invalidated.
+ <p>
This method simply performs <code>in.mark(readlimit)</code>.
<P>
<DD><DL>
@@ -444,14 +444,14 @@ reset</H3>
public void <B>reset</B>()
throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
-<DD>Repositions this stream to the position at the time the <code>mark</code> method was last called on this input
- stream.
- <p>
- This method simply performs <code>in.reset()</code>.
- <p>
- Stream marks are intended to be used in situations where you need to read ahead a little to see what's in the
- stream. Often this is most easily done by invoking some general parser. If the stream is of the type handled by the
- parse, it just chugs along happily. If the stream is not of that type, the parser should toss an exception when it
+<DD>Repositions this stream to the position at the time the <code>mark</code> method was last called on this input
+ stream.
+ <p>
+ This method simply performs <code>in.reset()</code>.
+ <p>
+ Stream marks are intended to be used in situations where you need to read ahead a little to see what's in the
+ stream. Often this is most easily done by invoking some general parser. If the stream is of the type handled by the
+ parse, it just chugs along happily. If the stream is not of that type, the parser should toss an exception when it
fails. If this happens within readlimit bytes, it allows the outer code to reset the stream and try another parser.
<P>
<DD><DL>
@@ -471,7 +471,7 @@ markSupported</H3>
<PRE>
public boolean <B>markSupported</B>()</PRE>
<DL>
-<DD>Tests if this input stream supports the <code>mark</code> and <code>reset</code> methods. This method simply
+<DD>Tests if this input stream supports the <code>mark</code> and <code>reset</code> methods. This method simply
performs <code>in.markSupported()</code>.
<P>
<DD><DL>
@@ -479,7 +479,7 @@ public boolean <B>markSupported</B>()</PRE>
</DD>
<DD><DL>
-<DT><B>Returns:</B><DD><code>true</code> if this stream type supports the <code>mark</code> and <code>reset</code> method;
+<DT><B>Returns:</B><DD><code>true</code> if this stream type supports the <code>mark</code> and <code>reset</code> method;
<code>false</code> otherwise.<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingInputStream.html#in"><CODE>in</CODE></A>,
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true#mark(int)" title="class or interface in java.io"><CODE>InputStream.mark(int)</CODE></A>,
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true#reset()" title="class or interface in java.io"><CODE>InputStream.reset()</CODE></A></DL>
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DelegatingOutputStream.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DelegatingOutputStream.html
index cd84707a67..326ae9d36f 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DelegatingOutputStream.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DelegatingOutputStream.html
@@ -108,16 +108,16 @@ Class DelegatingOutputStream</H2>
</PRE>
<P>
-This class is the superclass of all classes that filter output streams. These streams sit on top of an already
- existing output stream (the <i>underlying</i> output stream) which it uses as its basic sink of data, but possibly
- transforming the data along the way or providing additional functionality.
- <p>
- The class <code>DelegatingOutputStream</code> itself simply overrides all methods of <code>OutputStream</code> with
- versions that pass all requests to the underlying output stream. Subclasses of <code>DelegatingOutputStream</code>
- may further override some of these methods as well as provide additional methods and fields.
- <p>
- <b>Note:</b> The only difference to <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FilterOutputStream.html?is-external=true" title="class or interface in java.io"><CODE>FilterOutputStream</CODE></A> is that <code>DelegatingOutputStream</code>
- does <b>not</b> override <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html?is-external=true#write(byte[])" title="class or interface in java.io"><CODE>OutputStream.write(byte[])</CODE></A> or <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html?is-external=true#write(byte[], int, int)" title="class or interface in java.io"><CODE>OutputStream.write(byte[], int, int)</CODE></A> but rather exposes the original
+This class is the superclass of all classes that filter output streams. These streams sit on top of an already
+ existing output stream (the <i>underlying</i> output stream) which it uses as its basic sink of data, but possibly
+ transforming the data along the way or providing additional functionality.
+ <p>
+ The class <code>DelegatingOutputStream</code> itself simply overrides all methods of <code>OutputStream</code> with
+ versions that pass all requests to the underlying output stream. Subclasses of <code>DelegatingOutputStream</code>
+ may further override some of these methods as well as provide additional methods and fields.
+ <p>
+ <b>Note:</b> The only difference to <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FilterOutputStream.html?is-external=true" title="class or interface in java.io"><CODE>FilterOutputStream</CODE></A> is that <code>DelegatingOutputStream</code>
+ does <b>not</b> override <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html?is-external=true#write(byte[])" title="class or interface in java.io"><CODE>OutputStream.write(byte[])</CODE></A> or <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html?is-external=true#write(byte[], int, int)" title="class or interface in java.io"><CODE>OutputStream.write(byte[], int, int)</CODE></A> but rather exposes the original
implementations of <code>InputStream</code> which call <A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingOutputStream.html#write(int)"><CODE>write(int)</CODE></A> instead of their delegate counterparts.
<P>
@@ -264,7 +264,7 @@ public <B>DelegatingOutputStream</B>(<A HREF="http://download.oracle.com/javase/
<DD>Creates an output stream filter built on top of the specified underlying output stream.
<P>
<DL>
-<DT><B>Parameters:</B><DD><CODE>out</CODE> - the underlying output stream to be assigned to the field <tt>this.out</tt> for later use, or
+<DT><B>Parameters:</B><DD><CODE>out</CODE> - the underlying output stream to be assigned to the field <tt>this.out</tt> for later use, or
<code>null</code> if this instance is to be created without an underlying stream.</DL>
</DL>
@@ -295,11 +295,11 @@ write</H3>
public void <B>write</B>(int&nbsp;b)
throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
-<DD>Writes the specified <code>byte</code> to this output stream.
- <p>
- The <code>write</code> method of <code>DelegatingOutputStream</code> calls the <code>write</code> method of its
- underlying output stream, that is, it performs <tt>out.write(b)</tt>.
- <p>
+<DD>Writes the specified <code>byte</code> to this output stream.
+ <p>
+ The <code>write</code> method of <code>DelegatingOutputStream</code> calls the <code>write</code> method of its
+ underlying output stream, that is, it performs <tt>out.write(b)</tt>.
+ <p>
Implements the abstract <tt>write</tt> method of <tt>OutputStream</tt>.
<P>
<DD><DL>
@@ -319,9 +319,9 @@ flush</H3>
public void <B>flush</B>()
throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
-<DD>Flushes this output stream and forces any buffered output bytes to be written out to the stream.
- <p>
- The <code>flush</code> method of <code>DelegatingOutputStream</code> calls the <code>flush</code> method of its
+<DD>Flushes this output stream and forces any buffered output bytes to be written out to the stream.
+ <p>
+ The <code>flush</code> method of <code>DelegatingOutputStream</code> calls the <code>flush</code> method of its
underlying output stream.
<P>
<DD><DL>
@@ -341,9 +341,9 @@ close</H3>
public void <B>close</B>()
throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
-<DD>Closes this output stream and releases any system resources associated with the stream.
- <p>
- The <code>close</code> method of <code>DelegatingOutputStream</code> calls its <code>flush</code> method, and then
+<DD>Closes this output stream and releases any system resources associated with the stream.
+ <p>
+ The <code>close</code> method of <code>DelegatingOutputStream</code> calls its <code>flush</code> method, and then
calls the <code>close</code> method of its underlying output stream.
<P>
<DD><DL>
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DigestWriter.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DigestWriter.html
index bd0f02be8e..6031b6fc06 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DigestWriter.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/DigestWriter.html
@@ -407,7 +407,7 @@ on</H3>
<PRE>
public void <B>on</B>(boolean&nbsp;on)</PRE>
<DL>
-<DD>Turns the digest function on or off. The default is on. When it is on, a call to one of the <code>write</code>
+<DD>Turns the digest function on or off. The default is on. When it is on, a call to one of the <code>write</code>
methods results in an update on the message digest. But when it is off, the message digest is not updated.
<P>
<DD><DL>
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XORInputStream.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XORInputStream.html
index 06dbc96d68..aace859815 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XORInputStream.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XORInputStream.html
@@ -250,11 +250,11 @@ public int <B>read</B>()
throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingInputStream.html#read()">DelegatingInputStream</A></CODE></B></DD>
-<DD>Reads the next byte of data from this input stream. The value byte is returned as an <code>int</code> in the range
- <code>0</code> to <code>255</code>. If no byte is available because the end of the stream has been reached, the
- value <code>-1</code> is returned. This method blocks until input data is available, the end of the stream is
- detected, or an exception is thrown.
- <p>
+<DD>Reads the next byte of data from this input stream. The value byte is returned as an <code>int</code> in the range
+ <code>0</code> to <code>255</code>. If no byte is available because the end of the stream has been reached, the
+ value <code>-1</code> is returned. This method blocks until input data is available, the end of the stream is
+ detected, or an exception is thrown.
+ <p>
This method simply performs <code>in.read()</code> and returns the result.
<P>
<DD><DL>
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XOROutputStream.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XOROutputStream.html
index f40bd69bba..0a97c050c5 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XOROutputStream.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XOROutputStream.html
@@ -250,11 +250,11 @@ public void <B>write</B>(int&nbsp;b)
throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingOutputStream.html#write(int)">DelegatingOutputStream</A></CODE></B></DD>
-<DD>Writes the specified <code>byte</code> to this output stream.
- <p>
- The <code>write</code> method of <code>DelegatingOutputStream</code> calls the <code>write</code> method of its
- underlying output stream, that is, it performs <tt>out.write(b)</tt>.
- <p>
+<DD>Writes the specified <code>byte</code> to this output stream.
+ <p>
+ The <code>write</code> method of <code>DelegatingOutputStream</code> calls the <code>write</code> method of its
+ underlying output stream, that is, it performs <tt>out.write(b)</tt>.
+ <p>
Implements the abstract <tt>write</tt> method of <tt>OutputStream</tt>.
<P>
<DD><DL>
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-summary.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-summary.html
index 8ee11327ee..2925bcdb17 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-summary.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-summary.html
@@ -178,7 +178,7 @@ Interfaces and classes for I/O.
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingInputStream.html" title="class in org.eclipse.net4j.util.io">DelegatingInputStream</A></B></TD>
-<TD>A <code>DelegatingInputStream</code> contains some other input stream, which it uses as its basic source of data,
+<TD>A <code>DelegatingInputStream</code> contains some other input stream, which it uses as its basic source of data,
possibly transforming the data along the way or providing additional functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -340,27 +340,27 @@ Package org.eclipse.net4j.util.io Description
</H2>
<P>
-Interfaces and classes for I/O.
-<p>
-
-<!--
-
-<h2>Package Specification</h2>
-
-##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
-<ul>
- <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
-</ul>
-
-<h2>Related Documentation</h2>
-
-For overviews, tutorials, examples, guides, and tool documentation, please see:
-<ul>
- <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
-</ul>
-
--->
-
+Interfaces and classes for I/O.
+<p>
+
+<!--
+
+<h2>Package Specification</h2>
+
+##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
+<ul>
+ <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
+</ul>
+
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+ <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
+</ul>
+
+-->
+
<!-- Put @see and @since tags down here. -->
<P>
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-tree.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-tree.html
index 32e08cb6a9..63d1cf9efc 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-tree.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-tree.html
@@ -1,237 +1,237 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--NewPage-->
-<HTML>
-<HEAD>
-
-<TITLE>
-org.eclipse.net4j.util.io Class Hierarchy (Net4j Utilities Documentation)
-</TITLE>
-
-<META NAME="date" CONTENT="">
-
-<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
-
-<SCRIPT type="text/javascript">
-function windowTitle()
-{
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.eclipse.net4j.util.io Class Hierarchy (Net4j Utilities Documentation)";
- }
-}
-</SCRIPT>
-<NOSCRIPT>
-</NOSCRIPT>
-
-</HEAD>
-
-<BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
-
-
-<!-- ========= START OF TOP NAVBAR ======= -->
-<A NAME="navbar_top"><!-- --></A>
-<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_top_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
- <TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
- <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
- </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/net4j/util/fsm/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/net4j/util/lifecycle/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../../../../../index.html?org/eclipse/net4j/util/io/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
- <!--
- if(window==top) {
- document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
- }
- //-->
-</SCRIPT>
-<NOSCRIPT>
- <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_top"></A>
-<!-- ========= END OF TOP NAVBAR ========= -->
-
-<HR>
-<CENTER>
-<H2>
-Hierarchy For Package org.eclipse.net4j.util.io
-</H2>
-</CENTER>
-<DL>
-<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL>
-<HR>
-<H2>
-Class Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DataInputExtender.html" title="class in org.eclipse.net4j.util.io"><B>DataInputExtender</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataInput</A>)
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DataOutputExtender.html" title="class in org.eclipse.net4j.util.io"><B>DataOutputExtender</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataOutput</A>)
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingStreamWrapper.html" title="class in org.eclipse.net4j.util.io"><B>DelegatingStreamWrapper</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IStreamWrapper.html" title="interface in org.eclipse.net4j.util.io">IStreamWrapper</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/StreamWrapperChain.html" title="class in org.eclipse.net4j.util.io"><B>StreamWrapperChain</B></A></UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.Delegating.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataInput.Delegating</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataInput</A>)
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.Delegating.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataOutput.Delegating</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataOutput</A>)
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOAdapter.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedIOAdapter</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOHandler.html" title="interface in org.eclipse.net4j.util.io">ExtendedIOHandler</A>)
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOUtil.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedIOUtil</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOUtil.ClassLoaderClassResolver.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedIOUtil.ClassLoaderClassResolver</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOUtil.ClassResolver.html" title="interface in org.eclipse.net4j.util.io">ExtendedIOUtil.ClassResolver</A>)
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/GZIPStreamWrapper.html" title="class in org.eclipse.net4j.util.io"><B>GZIPStreamWrapper</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IStreamWrapper.html" title="interface in org.eclipse.net4j.util.io">IStreamWrapper</A>)
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><B>InputStream</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingInputStream.html" title="class in org.eclipse.net4j.util.io"><B>DelegatingInputStream</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/XORInputStream.html" title="class in org.eclipse.net4j.util.io"><B>XORInputStream</B></A></UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.Stream.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataInput.Stream</B></A><LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FileInputStream.html?is-external=true" title="class or interface in java.io"><B>FileInputStream</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExpectedFileInputStream.html" title="class in org.eclipse.net4j.util.io"><B>ExpectedFileInputStream</B></A></UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io"><B>FilterInputStream</B></A><UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io"><B>DataInputStream</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInputStream.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataInputStream</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataInput</A>)
-</UL>
-</UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/LimitedInputStream.html" title="class in org.eclipse.net4j.util.io"><B>LimitedInputStream</B></A></UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOUtil.html" title="class in org.eclipse.net4j.util.io"><B>IOUtil</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOUtil.FileCollector.html" title="class in org.eclipse.net4j.util.io"><B>IOUtil.FileCollector</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOVisitor.html" title="interface in org.eclipse.net4j.util.io">IOVisitor</A>)
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/NIOUtil.html" title="class in org.eclipse.net4j.util.io"><B>NIOUtil</B></A><LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><B>OutputStream</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>, java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingOutputStream.html" title="class in org.eclipse.net4j.util.io"><B>DelegatingOutputStream</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/XOROutputStream.html" title="class in org.eclipse.net4j.util.io"><B>XOROutputStream</B></A></UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.Stream.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataOutput.Stream</B></A><LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FilterOutputStream.html?is-external=true" title="class or interface in java.io"><B>FilterOutputStream</B></A><UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataOutputStream.html?is-external=true" title="class or interface in java.io"><B>DataOutputStream</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataOutput.html?is-external=true" title="class or interface in java.io">DataOutput</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutputStream.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataOutputStream</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataOutput</A>)
-</UL>
-</UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/PipedOutputStream.html?is-external=true" title="class or interface in java.io"><B>PipedOutputStream</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/AsyncOutputStream.html" title="class in org.eclipse.net4j.util.io"><B>AsyncOutputStream</B></A></UL>
-</UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><B>Reader</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>, java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang">Readable</A>)
-<UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStreamReader.html?is-external=true" title="class or interface in java.io"><B>InputStreamReader</B></A><UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FileReader.html?is-external=true" title="class or interface in java.io"><B>FileReader</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExpectedFileReader.html" title="class in org.eclipse.net4j.util.io"><B>ExpectedFileReader</B></A></UL>
-</UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/LimitedReader.html" title="class in org.eclipse.net4j.util.io"><B>LimitedReader</B></A></UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/SortedFileMap.html" title="class in org.eclipse.net4j.util.io"><B>SortedFileMap</B></A>&lt;K,V&gt; (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/CachedFileMap.html" title="class in org.eclipse.net4j.util.io"><B>CachedFileMap</B></A>&lt;K,V&gt;</UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/StringCompressor.html" title="class in org.eclipse.net4j.util.io"><B>StringCompressor</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/StringIO.html" title="interface in org.eclipse.net4j.util.io">StringIO</A>)
-<UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/StringCompressor.Counting.html" title="class in org.eclipse.net4j.util.io"><B>StringCompressor.Counting</B></A></UL>
-<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
-<UL>
-<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><B>Exception</B></A><UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><B>IOException</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOTimeoutException.html" title="class in org.eclipse.net4j.util.io"><B>IOTimeoutException</B></A></UL>
-<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><B>RuntimeException</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IORuntimeException.html" title="class in org.eclipse.net4j.util.io"><B>IORuntimeException</B></A></UL>
-</UL>
-</UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/TMPUtil.html" title="class in org.eclipse.net4j.util.io"><B>TMPUtil</B></A><LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><B>Writer</B></A> (implements java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</A>, java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>, java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</A>)
-<UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FilterWriter.html?is-external=true" title="class or interface in java.io"><B>FilterWriter</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DigestWriter.html" title="class in org.eclipse.net4j.util.io"><B>DigestWriter</B></A></UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/PipedWriter.html?is-external=true" title="class or interface in java.io"><B>PipedWriter</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/AsyncWriter.html" title="class in org.eclipse.net4j.util.io"><B>AsyncWriter</B></A></UL>
-</UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/XMLOutput.html" title="class in org.eclipse.net4j.util.io"><B>XMLOutput</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/XORStreamWrapper.html" title="class in org.eclipse.net4j.util.io"><B>XORStreamWrapper</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IStreamWrapper.html" title="interface in org.eclipse.net4j.util.io">IStreamWrapper</A>)
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.html" title="class in org.eclipse.net4j.util.io"><B>ZIPUtil</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.EntryContext.html" title="class in org.eclipse.net4j.util.io"><B>ZIPUtil.EntryContext</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.FileSystemUnzipHandler.html" title="class in org.eclipse.net4j.util.io"><B>ZIPUtil.FileSystemUnzipHandler</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.UnzipHandler.html" title="interface in org.eclipse.net4j.util.io">ZIPUtil.UnzipHandler</A>)
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.FileSystemZipHandler.html" title="class in org.eclipse.net4j.util.io"><B>ZIPUtil.FileSystemZipHandler</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.ZipEntryHandler.html" title="interface in org.eclipse.net4j.util.io">ZIPUtil.ZipEntryHandler</A>)
-</UL>
-</UL>
-<H2>
-Interface Hierarchy
-</H2>
-<UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io"><B>DataInput</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedDataInput</B></A></UL>
-<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataOutput.html?is-external=true" title="class or interface in java.io"><B>DataOutput</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedDataOutput</B></A></UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedInputHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedInputHandler</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedIOHandler</B></A> (also extends org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedOutputHandler.html" title="interface in org.eclipse.net4j.util.io">ExtendedOutputHandler</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOUtil.ClassResolver.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedIOUtil.ClassResolver</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedOutputHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedOutputHandler</B></A><UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedIOHandler</B></A> (also extends org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedInputHandler.html" title="interface in org.eclipse.net4j.util.io">ExtendedInputHandler</A>)
-</UL>
-<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOFilter.html" title="interface in org.eclipse.net4j.util.io"><B>IOFilter</B></A>&lt;T&gt;<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IORunnable.html" title="interface in org.eclipse.net4j.util.io"><B>IORunnable</B></A>&lt;IO&gt;<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOVisitor.html" title="interface in org.eclipse.net4j.util.io"><B>IOVisitor</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IStreamWrapper.html" title="interface in org.eclipse.net4j.util.io"><B>IStreamWrapper</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/StringIO.html" title="interface in org.eclipse.net4j.util.io"><B>StringIO</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.UnzipHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ZIPUtil.UnzipHandler</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.ZipEntryHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ZIPUtil.ZipEntryHandler</B></A></UL>
-<HR>
-
-
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<A NAME="navbar_bottom"><!-- --></A>
-<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
-<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
-<TR>
-<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
-<A NAME="navbar_bottom_firstrow"><!-- --></A>
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
- <TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
- <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
- </TR>
-</TABLE>
-</TD>
-<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
-</EM>
-</TD>
-</TR>
-
-<TR>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/eclipse/net4j/util/fsm/package-tree.html"><B>PREV</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/eclipse/net4j/util/lifecycle/package-tree.html"><B>NEXT</B></A></FONT></TD>
-<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
- <A HREF="../../../../../index.html?org/eclipse/net4j/util/io/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
-&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
-&nbsp;<SCRIPT type="text/javascript">
- <!--
- if(window==top) {
- document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
- }
- //-->
-</SCRIPT>
-<NOSCRIPT>
- <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
-</NOSCRIPT>
-
-
-</FONT></TD>
-</TR>
-</TABLE>
-<A NAME="skip-navbar_bottom"></A>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-
-<HR>
-<i>Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.</i>
-</BODY>
-</HTML>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+
+<TITLE>
+org.eclipse.net4j.util.io Class Hierarchy (Net4j Utilities Documentation)
+</TITLE>
+
+<META NAME="date" CONTENT="">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="org.eclipse.net4j.util.io Class Hierarchy (Net4j Utilities Documentation)";
+ }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+ <TR ALIGN="center" VALIGN="top">
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../../org/eclipse/net4j/util/fsm/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/eclipse/net4j/util/lifecycle/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../index.html?org/eclipse/net4j/util/io/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+ <!--
+ if(window==top) {
+ document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+ }
+ //-->
+</SCRIPT>
+<NOSCRIPT>
+ <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+Hierarchy For Package org.eclipse.net4j.util.io
+</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL>
+<HR>
+<H2>
+Class Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DataInputExtender.html" title="class in org.eclipse.net4j.util.io"><B>DataInputExtender</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataInput</A>)
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DataOutputExtender.html" title="class in org.eclipse.net4j.util.io"><B>DataOutputExtender</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataOutput</A>)
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingStreamWrapper.html" title="class in org.eclipse.net4j.util.io"><B>DelegatingStreamWrapper</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IStreamWrapper.html" title="interface in org.eclipse.net4j.util.io">IStreamWrapper</A>)
+<UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/StreamWrapperChain.html" title="class in org.eclipse.net4j.util.io"><B>StreamWrapperChain</B></A></UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.Delegating.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataInput.Delegating</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataInput</A>)
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.Delegating.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataOutput.Delegating</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataOutput</A>)
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOAdapter.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedIOAdapter</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOHandler.html" title="interface in org.eclipse.net4j.util.io">ExtendedIOHandler</A>)
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOUtil.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedIOUtil</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOUtil.ClassLoaderClassResolver.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedIOUtil.ClassLoaderClassResolver</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOUtil.ClassResolver.html" title="interface in org.eclipse.net4j.util.io">ExtendedIOUtil.ClassResolver</A>)
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/GZIPStreamWrapper.html" title="class in org.eclipse.net4j.util.io"><B>GZIPStreamWrapper</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IStreamWrapper.html" title="interface in org.eclipse.net4j.util.io">IStreamWrapper</A>)
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><B>InputStream</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>)
+<UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingInputStream.html" title="class in org.eclipse.net4j.util.io"><B>DelegatingInputStream</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/XORInputStream.html" title="class in org.eclipse.net4j.util.io"><B>XORInputStream</B></A></UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.Stream.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataInput.Stream</B></A><LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FileInputStream.html?is-external=true" title="class or interface in java.io"><B>FileInputStream</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExpectedFileInputStream.html" title="class in org.eclipse.net4j.util.io"><B>ExpectedFileInputStream</B></A></UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FilterInputStream.html?is-external=true" title="class or interface in java.io"><B>FilterInputStream</B></A><UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io"><B>DataInputStream</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io">DataInput</A>)
+<UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInputStream.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataInputStream</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataInput</A>)
+</UL>
+</UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/LimitedInputStream.html" title="class in org.eclipse.net4j.util.io"><B>LimitedInputStream</B></A></UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOUtil.html" title="class in org.eclipse.net4j.util.io"><B>IOUtil</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOUtil.FileCollector.html" title="class in org.eclipse.net4j.util.io"><B>IOUtil.FileCollector</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOVisitor.html" title="interface in org.eclipse.net4j.util.io">IOVisitor</A>)
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/NIOUtil.html" title="class in org.eclipse.net4j.util.io"><B>NIOUtil</B></A><LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><B>OutputStream</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>, java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</A>)
+<UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DelegatingOutputStream.html" title="class in org.eclipse.net4j.util.io"><B>DelegatingOutputStream</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/XOROutputStream.html" title="class in org.eclipse.net4j.util.io"><B>XOROutputStream</B></A></UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.Stream.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataOutput.Stream</B></A><LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FilterOutputStream.html?is-external=true" title="class or interface in java.io"><B>FilterOutputStream</B></A><UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataOutputStream.html?is-external=true" title="class or interface in java.io"><B>DataOutputStream</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataOutput.html?is-external=true" title="class or interface in java.io">DataOutput</A>)
+<UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutputStream.html" title="class in org.eclipse.net4j.util.io"><B>ExtendedDataOutputStream</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.html" title="interface in org.eclipse.net4j.util.io">ExtendedDataOutput</A>)
+</UL>
+</UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/PipedOutputStream.html?is-external=true" title="class or interface in java.io"><B>PipedOutputStream</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/AsyncOutputStream.html" title="class in org.eclipse.net4j.util.io"><B>AsyncOutputStream</B></A></UL>
+</UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><B>Reader</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>, java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang">Readable</A>)
+<UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/InputStreamReader.html?is-external=true" title="class or interface in java.io"><B>InputStreamReader</B></A><UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FileReader.html?is-external=true" title="class or interface in java.io"><B>FileReader</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExpectedFileReader.html" title="class in org.eclipse.net4j.util.io"><B>ExpectedFileReader</B></A></UL>
+</UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/LimitedReader.html" title="class in org.eclipse.net4j.util.io"><B>LimitedReader</B></A></UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/SortedFileMap.html" title="class in org.eclipse.net4j.util.io"><B>SortedFileMap</B></A>&lt;K,V&gt; (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>)
+<UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/CachedFileMap.html" title="class in org.eclipse.net4j.util.io"><B>CachedFileMap</B></A>&lt;K,V&gt;</UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/StringCompressor.html" title="class in org.eclipse.net4j.util.io"><B>StringCompressor</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/StringIO.html" title="interface in org.eclipse.net4j.util.io">StringIO</A>)
+<UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/StringCompressor.Counting.html" title="class in org.eclipse.net4j.util.io"><B>StringCompressor.Counting</B></A></UL>
+<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
+<UL>
+<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><B>Exception</B></A><UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><B>IOException</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOTimeoutException.html" title="class in org.eclipse.net4j.util.io"><B>IOTimeoutException</B></A></UL>
+<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><B>RuntimeException</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IORuntimeException.html" title="class in org.eclipse.net4j.util.io"><B>IORuntimeException</B></A></UL>
+</UL>
+</UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/TMPUtil.html" title="class in org.eclipse.net4j.util.io"><B>TMPUtil</B></A><LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><B>Writer</B></A> (implements java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</A>, java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>, java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</A>)
+<UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/FilterWriter.html?is-external=true" title="class or interface in java.io"><B>FilterWriter</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/DigestWriter.html" title="class in org.eclipse.net4j.util.io"><B>DigestWriter</B></A></UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/PipedWriter.html?is-external=true" title="class or interface in java.io"><B>PipedWriter</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/AsyncWriter.html" title="class in org.eclipse.net4j.util.io"><B>AsyncWriter</B></A></UL>
+</UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/XMLOutput.html" title="class in org.eclipse.net4j.util.io"><B>XMLOutput</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/XORStreamWrapper.html" title="class in org.eclipse.net4j.util.io"><B>XORStreamWrapper</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IStreamWrapper.html" title="interface in org.eclipse.net4j.util.io">IStreamWrapper</A>)
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.html" title="class in org.eclipse.net4j.util.io"><B>ZIPUtil</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.EntryContext.html" title="class in org.eclipse.net4j.util.io"><B>ZIPUtil.EntryContext</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.FileSystemUnzipHandler.html" title="class in org.eclipse.net4j.util.io"><B>ZIPUtil.FileSystemUnzipHandler</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.UnzipHandler.html" title="interface in org.eclipse.net4j.util.io">ZIPUtil.UnzipHandler</A>)
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.FileSystemZipHandler.html" title="class in org.eclipse.net4j.util.io"><B>ZIPUtil.FileSystemZipHandler</B></A> (implements org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.ZipEntryHandler.html" title="interface in org.eclipse.net4j.util.io">ZIPUtil.ZipEntryHandler</A>)
+</UL>
+</UL>
+<H2>
+Interface Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataInput.html?is-external=true" title="class or interface in java.io"><B>DataInput</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataInput.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedDataInput</B></A></UL>
+<LI TYPE="circle">java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/DataOutput.html?is-external=true" title="class or interface in java.io"><B>DataOutput</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedDataOutput.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedDataOutput</B></A></UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedInputHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedInputHandler</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedIOHandler</B></A> (also extends org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedOutputHandler.html" title="interface in org.eclipse.net4j.util.io">ExtendedOutputHandler</A>)
+</UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOUtil.ClassResolver.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedIOUtil.ClassResolver</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedOutputHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedOutputHandler</B></A><UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedIOHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ExtendedIOHandler</B></A> (also extends org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ExtendedInputHandler.html" title="interface in org.eclipse.net4j.util.io">ExtendedInputHandler</A>)
+</UL>
+<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOFilter.html" title="interface in org.eclipse.net4j.util.io"><B>IOFilter</B></A>&lt;T&gt;<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IORunnable.html" title="interface in org.eclipse.net4j.util.io"><B>IORunnable</B></A>&lt;IO&gt;<LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IOVisitor.html" title="interface in org.eclipse.net4j.util.io"><B>IOVisitor</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/IStreamWrapper.html" title="interface in org.eclipse.net4j.util.io"><B>IStreamWrapper</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/StringIO.html" title="interface in org.eclipse.net4j.util.io"><B>StringIO</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.UnzipHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ZIPUtil.UnzipHandler</B></A><LI TYPE="circle">org.eclipse.net4j.util.io.<A HREF="../../../../../org/eclipse/net4j/util/io/ZIPUtil.ZipEntryHandler.html" title="interface in org.eclipse.net4j.util.io"><B>ZIPUtil.ZipEntryHandler</B></A></UL>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+ <TR ALIGN="center" VALIGN="top">
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../../org/eclipse/net4j/util/fsm/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/eclipse/net4j/util/lifecycle/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../index.html?org/eclipse/net4j/util/io/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+ <!--
+ if(window==top) {
+ document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+ }
+ //-->
+</SCRIPT>
+<NOSCRIPT>
+ <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+<i>Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.</i>
+</BODY>
+</HTML>
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-use.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-use.html
index df57488c60..7c930d599b 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-use.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/package-use.html
@@ -114,7 +114,7 @@ Classes in <A HREF="../../../../../org/eclipse/net4j/util/io/package-summary.htm
<TD><B><A HREF="../../../../../org/eclipse/net4j/util/io/class-use/DelegatingInputStream.html#org.eclipse.net4j.util.io"><B>DelegatingInputStream</B></A></B>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A <code>DelegatingInputStream</code> contains some other input stream, which it uses as its basic source of data,
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A <code>DelegatingInputStream</code> contains some other input stream, which it uses as its basic source of data,
possibly transforming the data along the way or providing additional functionality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">

Back to the top