Struct ar::Archive [] [src]

pub struct Archive<R: Read> { /* fields omitted */ }

A structure for reading archives.

Methods

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

Create a new archive reader with the underlying reader object as the source of all data read.

Unwrap this archive reader, returning the underlying reader object.

Reads the next entry from the archive, or returns None if there are no more.