PDFsharp-net6

Crc32

Namespace: PdfSharp.BigGustave

32-bit Cyclic Redundancy Code used by the PNG for checking the data is intact.

public static class Crc32

Inheritance ObjectCrc32

Methods

Calculate(Byte[])

Calculate the CRC32 for data.

public static uint Calculate(Byte[] data)

Parameters

data Byte[]

Returns

UInt32

Calculate(List<Byte>)

Calculate the CRC32 for data.

public static uint Calculate(List<byte> data)

Parameters

data List<Byte>

Returns

UInt32

Calculate(Byte[], Byte[])

Calculate the combined CRC32 for data.

public static uint Calculate(Byte[] data, Byte[] data2)

Parameters

data Byte[]

data2 Byte[]

Returns

UInt32