Struct ethcore::snapshot::io::LooseReader[][src]

pub struct LooseReader { /* fields omitted */ }

reader for "loose" snapshots

Methods

impl LooseReader
[src]

Create a new LooseReader which will read the manifest and chunk data from the given directory.

Trait Implementations

impl SnapshotReader for LooseReader
[src]

Get the manifest data for this snapshot.

Get raw chunk data by hash. implementation defined behavior if a chunk not in the manifest is requested. Read more

Auto Trait Implementations

impl Send for LooseReader

impl Sync for LooseReader