Class Crc32CChecksum

All Implemented Interfaces:
Checksum, SdkChecksum

@Deprecated @SdkProtectedApi public class Crc32CChecksum extends LegacyDelegatingChecksum
Deprecated.
this class is deprecated and subject to removal.
Implementation of SdkChecksum to calculate an CRC32C checksum.

Implementor notes: this should've been an internal API, but we can't change it now since it's not within the internal subpackage.

  • Constructor Details

    • Crc32CChecksum

      public Crc32CChecksum()
      Deprecated.