]> git.ipfire.org Git - thirdparty/gcc.git/commit
InflaterInputStream.java: New stub class.
authorPer Bothner <bothner@gcc.gnu.org>
Thu, 6 May 1999 00:15:47 +0000 (17:15 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 6 May 1999 00:15:47 +0000 (17:15 -0700)
commit0ec3c5478a19993b3700b388a3b419ad3afdade0
tree575a1cf180a50acdf7addeef236bbe8d1a6a7f74
parentf7f65c793e4dc8760ba3860b4d3c1f69971a8302
InflaterInputStream.java: New stub class.


* 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.

From-SVN: r26795
libjava/java/util/zip/ZipFile.java
libjava/java/util/zip/ZipOutputStream.java