[][src]Trait hpk::compress::Decoder

pub trait Decoder {
    fn decode_chunk<R: Read + ?Sized, W: Write + ?Sized>(
        r: &mut R,
        w: &mut W
    ) -> Result<u64>; }

Required methods

fn decode_chunk<R: Read + ?Sized, W: Write + ?Sized>(
    r: &mut R,
    w: &mut W
) -> Result<u64>

Loading content...

Implementors

impl Decoder for Lz4Block[src]

impl Decoder for Zlib[src]

impl Decoder for Zstd[src]

Loading content...