[][src]Trait hpk::compress::Encoder

pub trait Encoder {
    fn encode_chunk<R: Read, W: Write>(r: &mut R, w: &mut W) -> Result<u64>;
}

Required methods

fn encode_chunk<R: Read, W: Write>(r: &mut R, w: &mut W) -> Result<u64>

Loading content...

Implementors

impl Encoder for Lz4Block[src]

impl Encoder for Zlib[src]

Loading content...