-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P3
-
None
-
Affects Version/s: 1.4.0
-
Component/s: client-libs
-
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.
======================================================================