Function binn_ir::encode_i16

source ·
pub fn encode_i16<W>(stream: &mut W, i: i16) -> IoResult<Size>where
    W: Write,
Expand description

Encodes an I16

Result: total bytes that have been written.