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

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

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

revision 1.6 by mark, Mon Oct 28 00:21:39 2002 UTC revision 1.7 by mkoch, Wed Jun 18 09:42:57 2003 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package java.util.zip;  package java.util.zip;
40  import java.io.OutputStream;  
41  import java.io.IOException;  import java.io.IOException;
42  import java.io.UnsupportedEncodingException;  import java.io.OutputStream;
 import java.util.Vector;  
43  import java.util.Enumeration;  import java.util.Enumeration;
44    import java.util.Vector;
45    
46  /**  /**
47   * This is a FilterOutputStream that writes the files into a zip   * This is a FilterOutputStream that writes the files into a zip

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

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