We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a7f8e commit dad5ca9Copy full SHA for dad5ca9
1 file changed
src/java/org/apache/commons/io/package.html
@@ -99,7 +99,7 @@ <h2>The Endian classes</h2>
99
<li>The <a href="EndianUtil.html">org.apache.commons.io.EndianUtil</a>
100
class contains static methods for swapping the Endian-ness of Java
101
primitives and streams.</li>
102
- <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>
103
class is an implementation of the {@link java.io.DataInput} interface.
104
With this, one can read data from files of non-native Endian-ness.</li>
105
0 commit comments