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

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

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

revision 1.11 by mark, Thu Jan 2 21:07:47 2003 UTC revision 1.12 by mark, Thu Feb 20 15:41:20 2003 UTC
# Line 305  public class ZipFile implements ZipConst Line 305  public class ZipFile implements ZipConst
305    }    }
306    
307    /**    /**
308       * Calls the <code>close()</code> method when this ZipFile has not yet
309       * been explicitly closed.
310       */
311      protected void finalize() throws IOException
312      {
313        if (!closed) close();
314      }
315    
316      /**
317     * Returns an enumeration of all Zip entries in this Zip file.     * Returns an enumeration of all Zip entries in this Zip file.
318     */     */
319    public Enumeration entries()    public Enumeration entries()

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