CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Roman Kennke <rabbit78> 06/08/15 14:25:38
Modified files:
java/util/zip : ZipFile.java
. : ChangeLog
Log message:
2006-08-15 Roman Kennke <[EMAIL PROTECTED]>
* java/util/zip/ZipFile.java
(UTF8DECODER): Removed.
(UTF8CHARSET): New constant field. Stores the UTF8 charset.
(utf8Decoder): New instance field.
(decodeChars): Lazily create UTF8 decoder. Use instance
field rather than a static field to avoid corruption.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/zip/ZipFile.java?cvsroot=classpath&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8402&r2=1.8403