Function section_writer

Source
pub fn section_writer<W: Write, A: AddOp>(
    sec_comp: &Option<SecondaryCompression>,
    header: SectionHeader,
    writer: &mut W,
    seg_ops: &[Op<A>],
    sec_data_buffer: &mut Vec<u8>,
) -> Result<()>
Expand description

Writes a section to a writer, with secondary compression if requested.