diff options
| author | Michael Koch <konqueror@gmx.de> | 2004-02-04 07:53:44 +0000 |
|---|---|---|
| committer | Michael Koch <konqueror@gmx.de> | 2004-02-04 07:53:44 +0000 |
| commit | 5995e80885120bfd87751d3d7ed99bc8a0eac64f (patch) | |
| tree | 13c55e78cc89c8fd5bb7a85c0d5b8b13ce4eae18 /java/util/zip/Deflater.java | |
| parent | ae8c30ebd4d7b20832df50745efebf628509add4 (diff) | |
| download | classpath-5995e80885120bfd87751d3d7ed99bc8a0eac64f.tar.gz | |
2004-02-04 Michael Koch <konqueror@gmx.de>
* java/util/zip/Deflater.java,
java/util/zip/DeflaterOutputStream.java,
java/util/zip/GZIPInputStream.java,
java/util/zip/GZIPOutputStream.java:
Merged class head with libgcj.
Diffstat (limited to 'java/util/zip/Deflater.java')
| -rw-r--r-- | java/util/zip/Deflater.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/util/zip/Deflater.java b/java/util/zip/Deflater.java index b58cc6da5..5ed0596da 100644 --- a/java/util/zip/Deflater.java +++ b/java/util/zip/Deflater.java @@ -1,5 +1,5 @@ -/* java.util.zip.Deflater - Copyright (C) 2001 Free Software Foundation, Inc. +/* Deflater.java - Compress a data stream + Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,16 +37,16 @@ exception statement from your version. */ package java.util.zip; -/** +/** * This is the Deflater class. The deflater class compresses input * with the deflate algorithm described in RFC 1951. It has several * compression levels and three different strategies described below. - * + * * This class is <i>not</i> thread safe. This is inherent in the API, due * to the split of deflate and setInput. - * + * * @author Jochen Hoenicke - * @date Jan 5, 2000 + * @author Tom Tromey */ public class Deflater { |
