Skip to content

Commit dad5ca9

Browse files
committed
fixed link to SwappedDataInputStream
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140569 13f79535-47bb-0310-9956-ffa450edef68
1 parent c0a7f8e commit dad5ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/org/apache/commons/io/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2>The Endian classes</h2>
9999
<li>The <a href="EndianUtil.html">org.apache.commons.io.EndianUtil</a>
100100
class contains static methods for swapping the Endian-ness of Java
101101
primitives and streams.</li>
102-
<li>The <a href="SwappedDataInputStream.html">org.apache.avalon.excalibur.io.SwappedDataInputStream</a>
102+
<li>The <a href="input/SwappedDataInputStream.html">org.apache.commons.io.input.SwappedDataInputStream</a>
103103
class is an implementation of the {@link java.io.DataInput} interface.
104104
With this, one can read data from files of non-native Endian-ness.</li>
105105

0 commit comments

Comments
 (0)