read_int

pylluminator.read_idat.read_int(infile) int

Converts a four-byte element to an integer value.

Parameters:

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

Returns:

Signed integer value converted from the supplied bytes.

Return type:

int