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

pub struct LooseWriter { /* fields omitted */ }

A "loose" writer writes chunk files into a directory.

Methods

impl LooseWriter
[src]

Create a new LooseWriter which will write into the given directory, creating it if it doesn't exist.

Trait Implementations

impl SnapshotWriter for LooseWriter
[src]

Write a compressed state chunk.

Write a compressed block chunk.

Complete writing. The manifest's chunk lists must be consistent with the chunks written. Read more

Auto Trait Implementations

impl Send for LooseWriter

impl Sync for LooseWriter