Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XORInputStream.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/io/XORInputStream.html10
1 files changed, 5 insertions, 5 deletions
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>

Back to the top