/[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.5 by jewel, Thu May 30 18:50:40 2002 UTC revision 1.6 by tromey, Mon Jun 3 22:51:34 2002 UTC
# Line 1  Line 1 
1  /* java.util.zip.ZipInputStream  /* java.util.zip.ZipInputStream
2     Copyright (C) 2001 Free Software Foundation, Inc.     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 170  public class ZipInputStream extends Infl Line 170  public class ZipInputStream extends Infl
170      readFully(buffer);      readFully(buffer);
171      String name = new String(buffer);      String name = new String(buffer);
172            
173      entry = new ZipEntry(name);      entry = createZipEntry(name);
174      entry.setMethod(method);      entry.setMethod(method);
175      if ((flags & 8) == 0)      if ((flags & 8) == 0)
176        {        {

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

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