unpackTo

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.

Parameters

byteOrder

Byte Order to use, ByteOrder.Native is default.

range Range

Data to unpack values... = Values to unpack to

Throws

DecodeException

Meta