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

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

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

revision 1.9 by tromey, Sat Aug 2 04:15:54 2003 UTC revision 1.10 by mkoch, Tue Nov 4 10:04:16 2003 UTC
# Line 1  Line 1 
1  /* java.util.zip.InflaterInputStream  /* InflaterInputStream.java - Input stream filter for decompressing
2     Copyright (C) 2001, 2003 Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# 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 49  import java.io.IOException; Line 49  import java.io.IOException;
49   * as the <code>GZIPInputStream</code>.   * as the <code>GZIPInputStream</code>.
50   *   *
51   * @author John Leuner   * @author John Leuner
52     * @author Tom Tromey
53   * @since 1.1   * @since 1.1
54   */   */
55  public class InflaterInputStream extends FilterInputStream  public class InflaterInputStream extends FilterInputStream

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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