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

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

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

revision 1.8 by mark, Mon Oct 28 00:21:39 2002 UTC revision 1.9 by mark, Fri Nov 29 14:04:19 2002 UTC
# Line 151  public class ZipInputStream extends Infl Line 151  public class ZipInputStream extends Infl
151          return null;          return null;
152        }        }
153      if (header != LOCSIG)      if (header != LOCSIG)
154        throw new ZipException("Wrong Local header signature"        throw new ZipException("Wrong Local header signature: "
155                               + Integer.toHexString(header));                               + Integer.toHexString(header));
156      /* skip version */      /* skip version */
157      readLeShort();      readLeShort();

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

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