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

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

Parse the bit-encoded big-endian representation of an unsigned 16-bit integer