Module write_zeroes

Source
Expand description

Traits for replacing a range with a hole and writing zeroes in a file.

Traitsยง

PunchHole
A trait for deallocating space in a file.
WriteZeroes
A trait for writing zeroes to a stream.
WriteZeroesAt
A trait for writing zeroes to an arbitrary position in a file.