[][src]Trait detect_compression::ReadWrapperBuilder

pub trait ReadWrapperBuilder {
    type Wrapper: 'static + Read;
    fn new_wrapped_reader(self, f: File) -> Self::Wrapper;
}

The Read wrapper builder.

For more information, see DetectReader::open_with_wrapper().

Associated Types

type Wrapper: 'static + Read

Read wrapper of File

Loading content...

Required methods

fn new_wrapped_reader(self, f: File) -> Self::Wrapper

Create new wrapper.

Loading content...

Implementors

Loading content...