Struct zstd::stream::raw::Decoder

source ·
pub struct Decoder<'a> { /* private fields */ }
Expand description

An in-memory decoder for streams of data.

Implementations§

Creates a new decoder.

Creates a new decoder initialized with the given dictionary.

Creates a new decoder, using an existing DecoderDictionary.

Sets a decompression parameter for this decoder.

Trait Implementations§

Performs a single step of this operation. Read more
Prepares the operation for a new frame. Read more
Finishes the operation, writing any footer if necessary. Read more
Performs a single step of this operation. Read more
Flushes any internal buffer, if any. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.