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

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

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

revision 1.11 by mkoch, Fri Oct 22 18:02:06 2004 UTC revision 1.12 by smarothy, Fri Mar 18 18:00:40 2005 UTC
# Line 128  public class GZIPInputStream Line 128  public class GZIPInputStream
128    {    {
129      super(in, new Inflater(true), size);      super(in, new Inflater(true), size);
130      crc = new CRC32();      crc = new CRC32();
131        readHeader();
132    }    }
133    
134    /**    /**

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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