Name: rmT116609 Date: 03/08/2001
java version "1.3.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_02)
Java HotSpot(TM) Client VM (build 1.3.0_02, mixed mode)
The Java doc for java.io.OptionalDataException indicates that "The count field
contains the number of bytes available to read." java.io.OptionalDataException
doesn't have a "count" field. The correct name of the field is "length".
(Review ID: 118434)
======================================================================