src/java.base/share/classes/java/util/zip/package.html

Print this page

        

@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>
 <!--
-Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 
 This code is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License version 2 only, as
 published by the Free Software Foundation.  Oracle designates this

@@ -31,11 +31,11 @@
 
 Provides classes for reading and writing the standard ZIP and GZIP
 file formats.  Also includes classes for compressing and decompressing
 data using the DEFLATE compression algorithm, which is used by the
 ZIP and GZIP file formats. Additionally, there are utility classes
-for computing the CRC-32 and Adler-32 checksums of arbitrary
+for computing the CRC-32, CRC-32C and Adler-32 checksums of arbitrary
 input streams.
 
 
 <h2>Package Specification</h2>
 

@@ -66,10 +66,15 @@
       GZIP file format specification version 4.3</a>
       &nbsp;
       <a href="http://www.ietf.org/rfc/rfc1952.txt.pdf">(pdf)</a>
       (RFC 1952)
   <li>CRC-32 checksum is described in RFC 1952 (above)
+  <li>CRC-32C checksum is described in 
+      <a href="http://www.ietf.org/rfc/rfc3720.txt">Internet Small Computer Systems Interface (iSCSI)</a>
+      &nbsp;
+      <a href="http://www.ietf.org/rfc/rfc3720.txt.pdf">(pdf)</a>
+      (RFC 3720)
   <li>Adler-32 checksum is described in RFC 1950 (above)
 </ul>
 
 
 <!--