Creates a Buffer from an i8 value.
i8
factory Buffer.fromInt8(final int value) => Buffer(ByteLength.i8)..setInt8(value, 0);