Skip to main content

image_write_length

Function image_write_length 

Source
pub fn image_write_length(buf: &mut Vec<u8>, length: usize) -> Result<()>
Expand description

Writes a collection/element count length into a pickle image buffer using the 245-cutoff scheme (reference DbObjectPickleBuffer.write_length).