Adler32.java: Merge with Classpath

* java/util/zip/Adler32.java: Merge with Classpath
	* java/util/zip/CRC32.java: Ditto
	* java/util/zip/Checksum.java: Ditto
	* java/util/zip/DataFormatException.java: Ditto
	* java/util/zip/ZipException.java: Ditto

From-SVN: r46035
This commit is contained in:
Mark Wielaard 2001-10-05 15:21:35 +00:00 committed by Mark Wielaard
parent e62bad3dc9
commit 2600825ee1
6 changed files with 134 additions and 52 deletions

View file

@ -1,5 +1,5 @@
/* Checksum.java - Interface to compute a data checksum
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@ -43,7 +43,7 @@ package java.util.zip;
* @see CheckedOutputStream
*
* @author Per Bothner
* @date January 9, 1999.
* @author Jochen Hoenicke
*/
public interface Checksum
{