-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
None
-
beta2
-
generic
-
solaris_7
The ImageInputStream.read(byte[] b), read(byte[] b, int off, int len),
and readBytes(IIOByteBuffer buf, int len) methods state that "one or more"
bytes will be read. The is not true since 'len' is allowed to be 0.
They should state that "up to len" bytes will be read. This behavior is
consistent with that of the conventional InputStream class.
and readBytes(IIOByteBuffer buf, int len) methods state that "one or more"
bytes will be read. The is not true since 'len' is allowed to be 0.
They should state that "up to len" bytes will be read. This behavior is
consistent with that of the conventional InputStream class.