Function golden_apple::generalized::short_from_bytes[][src]

pub fn short_from_bytes(bytes: &[u8]) -> Result<(i16, usize), Error>
Expand description

Reads a Java Short from a list of bytes. Returns the value and number of bytes read.