/[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.12 by mkoch, Wed Jun 18 09:42:57 2003 UTC revision 1.13 by mkoch, Thu Oct 21 21:07:15 2004 UTC
# Line 1  Line 1 
1  /* java.util.zip.ZipInputStream  /* ZipInputStream.java --
2     Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package java.util.zip;  package java.util.zip;
40    
41  import java.io.EOFException;  import java.io.EOFException;
 import java.io.InputStream;  
42  import java.io.IOException;  import java.io.IOException;
43    import java.io.InputStream;
44    
45  /**  /**
46   * This is a FilterInputStream that reads the files in an zip archive   * This is a FilterInputStream that reads the files in an zip archive

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

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