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

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

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

revision 1.2 by mark, Tue Jan 22 22:27:02 2002 UTC revision 1.3 by mkoch, Thu Oct 21 21:07:15 2004 UTC
# Line 1  Line 1 
1  /* CheckedInputStream.java - Compute checksum of data being read  /* CheckedInputStream.java - Compute checksum of data being read
2     Copyright (C) 1999, 2000 Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# 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    
41  import java.io.FilterInputStream;  import java.io.FilterInputStream;
 import java.io.InputStream;  
42  import java.io.IOException;  import java.io.IOException;
43    import java.io.InputStream;
44    
45  /* Written using on-line Java Platform 1.2 API Specification  /* Written using on-line Java Platform 1.2 API Specification
46   * and JCL book.   * and JCL book.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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