Struct bip_disk::fs::NativeFileSystem [] [src]

pub struct NativeFileSystem { /* fields omitted */ }

File system that maps to the OS file system.

Methods

impl NativeFileSystem
[src]

[src]

Initialize a new NativeFileSystem with the default directory set.

Trait Implementations

impl FileSystem for NativeFileSystem
[src]

Some file object.

[src]

Open a file, create it if it does not exist. Read more

[src]

Sync the file.

[src]

Get the size of the file in bytes.

[src]

Read the contents of the file at the given offset. Read more

[src]

Write the contents of the file at the given offset. Read more