Struct zstd_seekable::CStream[][src]

pub struct CStream { /* fields omitted */ }
Expand description

The type of compressors.

Implementations

Compress one chunk of input, and write it into the output. The output array must be large enough to hold the result. If successful, this function returns three integers (out_pos, in_pos, next_read_size), where out_pos is the number of bytes written in output, in_pos is the number of input bytes consumed, and next_read_size is a hint for the next read size.

Finish writing the message, i.e. write the remaining pending block.

Trait Implementations

Executes the destructor for this type. 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

Performs the conversion.

Performs the conversion.

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.