[][src]Module librapidarchive::blocking

Buffered writers that work exclusively with one particular block size, including padding out the last block with null bytes.

Structs

BlockingWriter

Write implementation that ensures all data written to it is passed along to it's interior writer in identically-sized buffers of 512 * factor bytes.