Struct body_image::barc::BarcWriter[][src]

pub struct BarcWriter<'a> { /* fields omitted */ }

BARC file handle for write access.

Methods

impl<'a> BarcWriter<'a>
[src]

Write a new record, returning the record's offset from the start of the BARC file. The writer position is then advanced to the end of the file, for the next write.

Auto Trait Implementations

impl<'a> !Send for BarcWriter<'a>

impl<'a> Sync for BarcWriter<'a>