Struct miniz_oxide_c_api::tinfl_decompressor [] [src]

#[repr(C)]
pub struct tinfl_decompressor { /* fields omitted */ }

Main decompression struct.

This is repr(C) to be usable in the C API.

Methods

impl DecompressorOxide
[src]

[src]

Create a new tinfl_decompressor with all fields set to 0.

[src]

Create a new tinfl_decompressor with all fields set to 0.

[src]

Set the current state to Start.

[src]

Create a new decompressor with only the state field initialized.

This is how it's created in miniz. Unsafe due to uninitialized values.

[src]

Returns the adler32 checksum of the currently decompressed data.