writeInt8

actual fun writeInt8(index: Number, value: Byte)(source)

Writes a byte at the given index to the underlying Node.js Buffer.

Parameters

index

The index within the Buffer to put the byte.

value

The byte.

See also

Throws

IndexOutOfBoundsException

if index is inappropriate.

expect fun writeInt8(index: Number, value: Byte)(source)

Writes a byte at the given index to the underlying Node.js Buffer.

Parameters

index

The index within the Buffer to put the byte.

value

The byte.

See also

Throws

IndexOutOfBoundsException

if index is inappropriate.

actual fun writeInt8(index: Number, value: Byte)(source)

Writes a byte at the given index to the underlying Node.js Buffer.

Parameters

index

The index within the Buffer to put the byte.

value

The byte.

See also

Throws

IndexOutOfBoundsException

if index is inappropriate.