Struct sounding_bufkit::BufkitFile[][src]

pub struct BufkitFile { /* fields omitted */ }

Hold an entire bufkit file in memory.

Methods

impl BufkitFile
[src]

Load a file into memory.

Validate the whole file, ensure it is parseable and do some sanity checks.

Get a bufkit data object from this file.

Auto Trait Implementations

impl Send for BufkitFile

impl Sync for BufkitFile