-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
1.4.0
-
generic
-
generic
Name: mlR10151 Date: 06/13/2001
According to the spec., seeking behind an EOF in FileImageOutputStream is legal.
Currently performing write(b) after seek(pos) moves EOF to the pos+1 and fills
positions from 'old EOF' to 'pos' with 0's.
This behavior should be specified explicitly.
======================================================================