[][src]Function swf_parser::parsers::basic_data_types::parse_i16_bits

pub fn parse_i16_bits(
    input: (&[u8], usize),
    n: usize
) -> IResult<(&[u8], usize), i16>

Parse the bit-encoded big-endian representation of a signed 16-bit integer