Trait extar::RawBufferedTarExt [] [src]

pub trait RawBufferedTarExt {
    fn _raw_header(&mut self, pos: u64) -> &[u8];

    fn raw_entries<'a>(&'a mut self) -> RawTarEntries<'a>
    where
        Self: Sized
, { ... } }

Required Methods

Provided Methods

Important traits for RawTarEntries<'a>

Get an iterator for the archive records.

Implementors