bayard 2004/04/24 16:36:05
Modified: io/src/java/org/apache/commons/io package.html
Log:
fixed link to SwappedDataInputStream
Revision Changes Path
1.7 +1 -1 jakarta-commons/io/src/java/org/apache/commons/io/package.html
Index: package.html
===================================================================
RCS file: /home/cvs/jakarta-commons/io/src/java/org/apache/commons/io/package.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- package.html 24 Apr 2004 23:34:29 -0000 1.6
+++ package.html 24 Apr 2004 23:36:05 -0000 1.7
@@ -99,7 +99,7 @@
<li>The <a href="EndianUtil.html">org.apache.commons.io.EndianUtil</a>
class contains static methods for swapping the Endian-ness of Java
primitives and streams.</li>
- <li>The <a
href="SwappedDataInputStream.html">org.apache.avalon.excalibur.io.SwappedDataInputStream</a>
+ <li>The <a
href="input/SwappedDataInputStream.html">org.apache.commons.io.input.SwappedDataInputStream</a>
class is an implementation of the [EMAIL PROTECTED] java.io.DataInput}
interface.
With this, one can read data from files of non-native Endian-ness.</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]