read_string

pylluminator.read_idat.read_string(infile) str

Converts an array of bytes to a string.

Parameters:

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

Returns:

UTF-8 decoded string value.

Return type:

str