DataInputStream.readInt correctly and incorrectly to
read int values from a file.
javac ReadIntExample.java
java ReadIntExample
out.writeInt(1728);
in.readInt() = 1728
out.writeBytes("1728");
in.readInt() = 825700920
out.writeChars("1728");
in.readInt() = 3211319