Struct bip_metainfo::FileAccessor [] [src]

pub struct FileAccessor { /* fields omitted */ }

Accessor that pulls data in from the file system.

Methods

impl FileAccessor
[src]

[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.

[src]

Convert the type into some Accessor as a Result.

impl Accessor for FileAccessor
[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.