Decodes binary data.
This function unpacks binary encoded data from range and puts them into variables passed as arguments. If range is too small, DecodeException is thrown.
Format specifier
Byte Order to use, ByteOrder.Native is default.
Data to unpack values... = Values to un pack to
DecodeException
See Implementation
Decodes binary data.
This function unpacks binary encoded data from range and puts them into variables passed as arguments. If range is too small, DecodeException is thrown.