Struct cdchunking::Chunker [] [src]

pub struct Chunker<I: ChunkerImpl> { /* fields omitted */ }

Chunker object, wraps the rolling hash into a stream-splitting object.

Methods

impl<I: ChunkerImpl> Chunker<I>
[src]

Create a Chunker from a specific way of finding chunk boundaries.