No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.
java.util.zip

Interface Checksum

  • All Known Implementing Classes:
    Adler32, CRC32

    public interface Checksum
    An interface representing a data checksum.
    • Method Detail

      • update

        void update(int b)
        Updates the current checksum with the specified byte.
        Parameters:
        b - the byte to update the checksum with
      • update

        void update(byte[] b,
                  int off,
                  int len)
        Updates the current checksum with the specified array of bytes.
        Parameters:
        b - the byte array to update the checksum with
        off - the start offset of the data
        len - the number of bytes to use for the update
      • getValue

        long getValue()
        Returns the current checksum value.
        Returns:
        the current checksum value
      • reset

        void reset()
        Resets the checksum to its initial value.
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph