Struct flate2::Crc [] [src]

pub struct Crc { /* fields omitted */ }

The CRC calculated by a CrcReader.

Methods

impl Crc
[src]

[src]

Create a new CRC.

[src]

bla

[src]

The number of bytes that have been used to calculate the CRC. This value is only accurate if the amount is lower than 232.

[src]

Update the CRC with the bytes in data.

[src]

Reset the CRC.

[src]

Combine the CRC with the CRC for the subsequent block of bytes.