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 Add license clarification. 2002-01-22 22:40:42 +00:00
CheckedInputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
CheckedOutputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
Checksum.java Add license clarification. 2002-01-22 22:40:42 +00:00
CRC32.java Add license clarification. 2002-01-22 22:40:42 +00:00
DataFormatException.java RuntimeException.java: Re-merge with Classpath. 2002-06-16 21:15:44 +00:00
Deflater.java Add license clarification. 2002-01-22 22:40:42 +00:00
DeflaterOutputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
GZIPInputStream.java For PR libgcj/8593: 2002-11-16 00:41:32 +00:00
GZIPOutputStream.java Add license clarification. 2002-01-22 22:40:42 +00:00
Inflater.java Add license clarification. 2002-01-22 22:40:42 +00:00
InflaterInputStream.java InflaterInputStream.java (read): Loop if data has been read but none output by inflater. 2002-06-15 18:31:13 +00:00
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 InflaterInputStream.java (read): Loop if data has been read but none output by inflater. 2002-06-15 18:31:13 +00:00
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