Name: rl43681 Date: 06/04/2003
A DESCRIPTION OF THE PROBLEM :
The method description of RandomAccessFile.writeUTF(...) doesn't say "modified"
when it says "UTF-8".
(It must say "modified UTF-8" because "UTF-8" would be wrong because it's not
legal UTF-8. (Character NULL is encoded differently.))
(You might check other UTF method descriptions. (RandomAccessFile.readUTF(...)
is fine, as is DataOutput.writeUTF().)
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.4.2/docs/api/java/io/RandomAccessFile.html#writeUTF(java.lang.String)
(Review ID: 187007)
======================================================================