Searched refs:Unpacker (Results 1 – 3 of 3) sorted by relevance
30 .. class:: Unpacker(data)32 ``Unpacker`` is the complementary class which unpacks XDR data values from a146 Unpacker Objects149 The :class:`Unpacker` class offers the following methods:152 .. method:: Unpacker.reset(data)157 .. method:: Unpacker.get_position()162 .. method:: Unpacker.set_position(position)168 .. method:: Unpacker.get_buffer()173 .. method:: Unpacker.done()179 unpacked with an :class:`Unpacker`. Unpacking methods are of the form[all …]
27 up = xdrlib.Unpacker(data)
132 class Unpacker: class