Creates a Buffer from an i16 value.
i16
factory Buffer.fromInt16(final int value) => Buffer(ByteLength.i16)..setInt16(value, 0);