[][src]Struct paku::lz4_jblock::Lz4JBlockReader

pub struct Lz4JBlockReader<R> { /* fields omitted */ }

Implementations

impl<R: Read> Lz4JBlockReader<R>[src]

pub fn new(
    reader: R,
    stop_after_empty_block: bool,
    check_checksum: bool
) -> Lz4JBlockReader<R>

Notable traits for Lz4JBlockReader<R>

impl<R: Read> Read for Lz4JBlockReader<R>
[src]

Trait Implementations

impl<R: Read> BufRead for Lz4JBlockReader<R>[src]

impl<R: Read> Read for Lz4JBlockReader<R>[src]

Auto Trait Implementations

impl<R> RefUnwindSafe for Lz4JBlockReader<R> where
    R: RefUnwindSafe

impl<R> Send for Lz4JBlockReader<R> where
    R: Send

impl<R> Sync for Lz4JBlockReader<R> where
    R: Sync

impl<R> Unpin for Lz4JBlockReader<R> where
    R: Unpin

impl<R> UnwindSafe for Lz4JBlockReader<R> where
    R: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<R> ReadBytesExt for R where
    R: Read + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.