iter_unpack(buffer) Identical to the iter_unpack() function, using the compiled format. The buffer’s size in bytes
struct.pack_into(fmt, buffer, offset, v1, v2, ...) Pack the values v1, v2, ... according to the format string
unpack_from(buffer, offset=0) Identical to the unpack_from() function, using the compiled format. The buffer’s
class codecs.IncrementalEncoder(errors='strict') Constructor for an IncrementalEncoder instance.
incrementaldecoder Incremental encoder and decoder classes or factory functions. These have to provide the interface defined
codecs.replace_errors(exception) Implements the 'replace' error handling (for text
class codecs.StreamReader(stream, errors='strict') Constructor for a StreamReader instance. All
Codec.encode(input[, errors]) Encodes the object input and returns a tuple (output object, length consumed). For instance
unpack(buffer) Identical to the unpack() function, using the compiled format. The buffer’s size in bytes must equal
class struct.Struct(format) Return a new Struct object which writes and reads binary data according to the format string format
Page 2 of 8