readInt8

actual fun readInt8(index: Number): Byte(source)

Reads a byte at the given index from the underlying Node.js Buffer.

Parameters

index

The index within the Buffer to read the byte from.

See also

Throws

IndexOutOfBoundsException

if index is inappropriate.

expect fun readInt8(index: Number): Byte(source)

Reads a byte at the given index from the underlying Node.js Buffer.

Parameters

index

The index within the Buffer to read the byte from.

See also

Throws

IndexOutOfBoundsException

if index is inappropriate.

actual fun readInt8(index: Number): Byte(source)

Reads a byte at the given index from the underlying Node.js Buffer.

Parameters

index

The index within the Buffer to read the byte from.

See also

Throws

IndexOutOfBoundsException

if index is inappropriate.