Struct debarchive::Archive[][src]

pub struct Archive<'a> { /* fields omitted */ }

Methods

impl<'a> Archive<'a>
[src]

The path given must be a valid Debian ar archive. It will be scanned to verify that the inner data.tar and control.tar entries are reachable, and records their position.

Enables the caller to process entries from the inner control archive.

Unpacks the inner control archive to the given path.

Enables the caller to process entries from the inner data archive.

Unpacks the inner data archive to the given path.

Auto Trait Implementations

impl<'a> Send for Archive<'a>

impl<'a> Sync for Archive<'a>