/[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.13 by mkoch, Tue Jun 15 10:37:14 2004 UTC revision 1.14 by mkoch, Thu Oct 21 21:07:15 2004 UTC
# Line 36  this exception to your version of the li Line 36  this exception to your version of the li
36  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
37  exception statement from your version. */  exception statement from your version. */
38    
39    
40  package java.util.zip;  package java.util.zip;
41    
42  import java.io.FilterInputStream;  import java.io.FilterInputStream;
 import java.io.InputStream;  
43  import java.io.IOException;  import java.io.IOException;
44    import java.io.InputStream;
45    
46  /**  /**
47   * This filter stream is used to decompress data compressed in the "deflate"   * This filter stream is used to decompress data compressed in the "deflate"

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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