str.unpack(format) â anArray
Instance Public methods
Decodes str (which may contain binary data) according to the
format string, returning an array of each value extracted. The format
string consists of a sequence of single-character directives, summarized in
the table at the end of this entry. Each directive may be followed by a
number, indicating the number of times to repeat with this directive. An
asterisk (â*'') will use up all remaining elements.
The directives sSiIlL ma