Struct goblin::archive::Archive [] [src]

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

An in-memory representation of a parsed Unix Archive

Methods

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

[src]

[src]

Get the member named member in this archive, if any

[src]

Returns a slice of the raw bytes for the given member in the scrollable buffer

[src]

Gets a summary of this archive, returning a list of membername, the member, and the list of symbols the member contains

[src]

Get the list of member names in this archive

[src]

Returns the member's name which contains the given symbol, if it is in the archive

Trait Implementations

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

[src]

Formats the value using the given formatter.