/[classpath]/classpath/java/util/zip/GZIPOutputStream.java
ViewVC logotype

Diff of /classpath/java/util/zip/GZIPOutputStream.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by brawer, Mon Apr 8 06:14:49 2002 UTC revision 1.5 by mkoch, Wed May 21 12:20:58 2003 UTC
# Line 7  GNU Classpath is free software; you can Line 7  GNU Classpath is free software; you can
7  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2, or (at your option)  the Free Software Foundation; either version 2, or (at your option)
9  any later version.  any later version.
10    
11  GNU Classpath is distributed in the hope that it will be useful, but  GNU Classpath is distributed in the hope that it will be useful, but
12  WITHOUT ANY WARRANTY; without even the implied warranty of  WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package java.util.zip;  package java.util.zip;
39    
 import java.io.OutputStream;  
40  import java.io.IOException;  import java.io.IOException;
41    import java.io.OutputStream;
42    
43  /**  /**
44   * This filter stream is used to compress a stream into a "GZIP" stream.   * This filter stream is used to compress a stream into a "GZIP" stream.
# Line 50  import java.io.IOException; Line 49  import java.io.IOException;
49   */   */
50    
51    
52  public class GZIPOutputStream  public class GZIPOutputStream extends DeflaterOutputStream
   extends DeflaterOutputStream  
53  {  {
54    //Variables    //Variables
55    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26