Struct bip_metainfo::FileAccessor [] [src]

pub struct FileAccessor { /* fields omitted */ }

Accessor that pulls data in from the file system.

Methods

impl FileAccessor
[src]

Create a new FileAccessor from the given file/directory path.

Trait Implementations

impl IntoAccessor for FileAccessor
[src]

Concrete Accessor type that will be converted into.

Convert the type into some Accessor as a Result.

impl Accessor for FileAccessor
[src]

Access the directory that all files should be relative to.

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

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