Skip to main content

read_len_prefixed_bytes

Function read_len_prefixed_bytes 

Source
pub fn read_len_prefixed_bytes(
    reader: &mut dyn Read,
) -> Result<Vec<u8>, ArrowError>
Expand description

Read a byte slice written by write_len_prefixed_bytes.

Reads an 8-byte little-endian length then exactly that many bytes.