Function read_section

Source
pub fn read_section<R: Read>(
    reader: &mut R,
    op_buffer: &mut Vec<Op>,
) -> Result<SectionHeader>
Expand description

Returns the ops and the output size. Cannot have secondary compression still applied.

This is just a wrapper that completely reads a section from the reader.