This function reads data from file, unpacks binary encoded data and puts them
into variables passed as arguments. If read data is too small, DecodeException
is thrown.
Passed file must be opened with read access.
Format string is implied from passed parameter types.
Decodes binary data from file.
This function reads data from file, unpacks binary encoded data and puts them into variables passed as arguments. If read data is too small, DecodeException is thrown.
Passed file must be opened with read access. Format string is implied from passed parameter types.