-
Bug
-
Resolution: Fixed
-
P4
-
1.0.2
-
1.1
-
sparc
-
generic
-
Verified
From ###@###.### Tue Apr 30 14:55:11 1996
From: ###@###.###
Date: Tue, 30 Apr 1996 14:52:17 -0700
To: pavani@Eng
Subject: one more thing
Please get somebody to add the ability to open an FileOutputStream for
appending. Not only did I implement that several times over two years
ago, but I continued to add it at starwave, sending back the fixes.
I've been compeltely ignored, and the problem is, there's no easy way
to append to a file, which is a very real thing to want to do.
RandomAccessFile just doesn't cut it, because it's not a stream.
From: ###@###.###
Date: Tue, 30 Apr 1996 14:52:17 -0700
To: pavani@Eng
Subject: one more thing
Please get somebody to add the ability to open an FileOutputStream for
appending. Not only did I implement that several times over two years
ago, but I continued to add it at starwave, sending back the fixes.
I've been compeltely ignored, and the problem is, there's no easy way
to append to a file, which is a very real thing to want to do.
RandomAccessFile just doesn't cut it, because it's not a stream.