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

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

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

revision 1.4 by mark, Tue Jan 22 22:27:02 2002 UTC revision 1.5 by cbj, Sun May 5 02:47:42 2002 UTC
# Line 48  import java.util.Date; Line 48  import java.util.Date;
48   *   *
49   * @author Jochen Hoenicke   * @author Jochen Hoenicke
50   */   */
51  public class ZipEntry implements Cloneable  public class ZipEntry implements ZipConstants, Cloneable
52  {  {
53    private static int KNOWN_SIZE   = 1;    private static int KNOWN_SIZE   = 1;
54    private static int KNOWN_CSIZE  = 2;    private static int KNOWN_CSIZE  = 2;

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

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