read_byte

pylluminator.read_idat.read_byte(infile) int

Converts a single byte to an integer value.

Parameters:

infile (file-like) – The binary file to read the select number of bytes.

Returns:

Unsigned integer value converted from the supplied bytes.

Return type:

int