authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 May 1999 00:15:47 +0000 (00:15 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 May 1999 00:15:47 +0000 (00:15 +0000)
commitd27a9520e6c954a6024c163bbe1d083e16c22c20
tree575a1cf180a50acdf7addeef236bbe8d1a6a7f74
parenta0c1e5d987f3f4ca4465d6f4549b4e207768b706

* InflaterInputStream.java:  New stub class.
* ZipInputStream.java:  New class.  Partly works.
* ZipConstants.java:  Add two (internal) constants.
* ZipEntry.java (timeFromDOS):  New static (non-public) method.
* ZipFile.java:  Make it mostly work, except for compression.
* ZipOutputStream.java:  Start implementation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26795 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/java/util/zip/ZipFile.java
libjava/java/util/zip/ZipOutputStream.java