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 string is implied from passed parameter types.
Byte Order to use, ByteOrder.Native is default.
Data to unpack values... = Values to unpack 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.
Format string is implied from passed parameter types.