CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke <rabbit78> 06/12/12 21:37:26
Modified files: javax/imageio/stream: FileCacheImageOutputStream.java . : ChangeLog Log message: 2006-12-12 Roman Kennke <[EMAIL PROTECTED]> * javax/imageio/FileCacheImageOutputStream.java (cache): New field. The actual cache as RandomAccessFile. (cacheDir): Removed. Not needed at all. (cacheFile): New field. The cache file. (maxPos): New field. Stores the maximum position. (FileCacheImageOutputStream): Initialize cache file. (checkStreamClosed): Removed. This should be done by the super method checkClosed(). (close): Properly close the stream and delete the cache. (flushBefore): Implemented to also flush the cache. (length): Implemented to return the length of the cache. (read()): Implemented to read from the cache. (read(byte[],int,int)): Likewise. (seek): Implemented to seek the cache too. (write(int)): Write to cache. (write(byte[],int,int)) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/imageio/stream/FileCacheImageOutputStream.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8972&r2=1.8973