gcc/libjava/java/util/zip
Mark Wielaard 9c1180ea42 JarFile.java (manifest): Not final.
* java/util/jar/JarFile.java (manifest): Not final.
        (manifestRead): New field.
        (JarFile): Don't read Manifest in constructor.
        (getManifest): New method.
        (JarEnumeration.nextElement): Use new method.
        (getEntry): Likewise.
        * java/util/zip/ZipFile.java (name): Final.
        (raf): Likewsie.
        (entries): Change type to Hashtable.
        (closed): New field.
        (ZipFile): Don't read enties in constructor.
        (readEntries): Use Hashtable.
        (close): Set new close flag and set entries to null inside
        synchronized block.
        (entries): Contruct enumeration using new getEntries() method and
        entries Hashtable.
        (getEntryIndex): Removed.
        (getEntries): New method.
        (getEntry): Use new getEntries() method and entries Hastable.
        (getInputStream): Likewise.
        (size): Return getEntries().size().
        (ZipEntryEnumeration): Wrap entries Hashtable elements.
        * java/util/zip/ZipEntry.java (cal): Don't initialize.
        (time): Removed
        (dostime): New field.
        (zipFileIndex): Removed.
        (ZipEntry(ZipEntry)): Copy dostime.
        (setDOSTime): Now final and doesn't convert dos time.
        (getDOSTime): Likewise.
        (setTime): Convert dos time.
        (getTime): Likewise.
        (getCalendar): New method.
        (setExtra): Use setTime().
        * java/util/zip/ZipInputStream.java (getNextEntry): Format error msg.

From-SVN: r59785
2002-12-03 22:06:31 +00:00
..
Adler32.java
CheckedInputStream.java
CheckedOutputStream.java
Checksum.java
CRC32.java
DataFormatException.java RuntimeException.java: Re-merge with Classpath. 2002-06-16 21:15:44 +00:00
Deflater.java
DeflaterOutputStream.java
GZIPInputStream.java For PR libgcj/8593: 2002-11-16 00:41:32 +00:00
GZIPOutputStream.java
Inflater.java
InflaterInputStream.java
natDeflater.cc re PR libgcj/8234 (ZipInputStream chokes when InputStream.read() returns small chunks) 2002-10-16 14:58:15 +00:00
natInflater.cc re PR libgcj/8234 (ZipInputStream chokes when InputStream.read() returns small chunks) 2002-10-16 14:58:15 +00:00
ZipConstants.java
ZipEntry.java JarFile.java (manifest): Not final. 2002-12-03 22:06:31 +00:00
ZipException.java RuntimeException.java: Re-merge with Classpath. 2002-06-16 21:15:44 +00:00
ZipFile.java JarFile.java (manifest): Not final. 2002-12-03 22:06:31 +00:00
ZipInputStream.java JarFile.java (manifest): Not final. 2002-12-03 22:06:31 +00:00
ZipOutputStream.java GNU Classpath merge. 2002-11-03 20:27:31 +00:00