Struct bip_metainfo::DirectAccessor [] [src]

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

Accessor that pulls data in directly from memory.

Methods

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

[src]

Create a new DirectAccessor from the given file name and contents.

Trait Implementations

impl<'a> IntoAccessor for DirectAccessor<'a>
[src]

Concrete Accessor type that will be converted into.

[src]

Convert the type into some Accessor as a Result.

impl<'a> Accessor for DirectAccessor<'a>
[src]

[src]

Access the directory that all files should be relative to.

[src]

Access the metadata for all files including their length and path.

[src]

Access the sequential pieces that make up all of the files.