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

pub struct PackedReader { /* fields omitted */ }

Packed snapshot reader.

Methods

impl PackedReader
[src]

Create a new PackedReader for the file at the given path. This will fail if any io errors are encountered or the file is not a valid packed snapshot.

Trait Implementations

impl SnapshotReader for PackedReader
[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 PackedReader

impl Sync for PackedReader