Searched defs:CRC32 (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/zip/
H A DCRC32.java23 * The CRC32 class is used to compute a CRC32 checksum from data provided as
26 public class CRC32 implements Checksum { class in inherits:Checksum
33 * Returns the CRC32 checksum for all input received.
42 * Resets the CRC32 checksum to it initial state.
70 * Update this {@code CRC32} checksum with the contents of {@code buf},

Completed in 37 milliseconds