File.WriteInt8 Method

Writes a single int8 (byte) to a file.

bool WriteInt8(int data)

Parameters

int data

Data to write (truncated to an int8).

Return Value

True on success, false on failure.