< prev index next >

jdk/src/java.base/share/classes/java/util/zip/CRC32C.java

Print this page

        

*** 42,52 **** * <p> * Passing a {@code null} argument to a method in this class will cause a * {@link NullPointerException} to be thrown. * </p> * ! * @since 1.9 */ public final class CRC32C implements Checksum { /* * This CRC-32C implementation uses the 'slicing-by-8' algorithm described --- 42,52 ---- * <p> * Passing a {@code null} argument to a method in this class will cause a * {@link NullPointerException} to be thrown. * </p> * ! * @since 9 */ public final class CRC32C implements Checksum { /* * This CRC-32C implementation uses the 'slicing-by-8' algorithm described
< prev index next >