-
Bug
-
Resolution: Fixed
-
P3
-
1.0
-
None
-
beta
-
generic
-
solaris_7
-
Verified
Calling ImageIO.write(RenderedImage im, String formatName, File output)
writes image data to the named file, starting at offset 0. However, if
the file existed prior to the call, and was longer than the data to be written,
the file contents subsequent to the newly written data will still be present.
A regression test will be placed in test/javax/imageio/ImageIOWriteFile.java.
writes image data to the named file, starting at offset 0. However, if
the file existed prior to the call, and was longer than the data to be written,
the file contents subsequent to the newly written data will still be present.
A regression test will be placed in test/javax/imageio/ImageIOWriteFile.java.