Skip to main content

read_body_bounded

Function read_body_bounded 

Source
fn read_body_bounded<R: Read>(
    reader: &mut R,
    len: usize,
) -> Result<MutableBuffer, ArrowError>
Expand description

Reads exactly len bytes of message body, without reserving len before reading it.