Struct ethcore::snapshot::io::LooseReader
[−]
[src]
pub struct LooseReader { /* fields omitted */ }
reader for "loose" snapshots
Methods
impl LooseReader
[src]
fn new(dir: PathBuf) -> Result<Self, Error>
Create a new LooseReader
which will read the manifest and chunk data from
the given directory.