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.
Unpack format
Byte Order to use, ByteOrder.Native is default.
File to read from values... = Values to un pack to
DecodeException
See Implementation
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.