write_block_end

Function write_block_end 

Source
pub fn write_block_end<W: Write>(
    writer: &mut W,
    header: &ComponentHeader,
    hash: &[u8; 20],
) -> Result<()>
Expand description

Writer represents the append only file, with the writer position at the end of the file.