Home
last modified time | relevance | path

Searched refs:Unpacker (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Doc/library/
Dxdrlib.rst31 .. class:: Unpacker(data)
33 ``Unpacker`` is the complementary class which unpacks XDR data values from a
147 Unpacker Objects
150 The :class:`Unpacker` class offers the following methods:
153 .. method:: Unpacker.reset(data)
158 .. method:: Unpacker.get_position()
163 .. method:: Unpacker.set_position(position)
169 .. method:: Unpacker.get_buffer()
174 .. method:: Unpacker.done()
180 unpacked with an :class:`Unpacker`. Unpacking methods are of the form
[all …]
/external/python/cpython3/Doc/library/
Dxdrlib.rst30 .. class:: Unpacker(data)
32 ``Unpacker`` is the complementary class which unpacks XDR data values from a
146 Unpacker Objects
149 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 …]
/external/python/cpython2/Demo/rpc/
Drnusersclient.py4 from rpc import Packer, Unpacker, UDPClient, BroadcastUDPClient
22 class RnusersUnpacker(Unpacker):
Dmountclient.py13 from rpc import Packer, Unpacker, TCPClient, UDPClient
40 class MountUnpacker(Unpacker):
Drpc.py87 class Unpacker(xdr.Unpacker): class
235 self.unpacker = Unpacker('')
506 class PortMapperUnpacker(Unpacker):
747 self.unpacker = Unpacker('')
Dxdr.py92 class Unpacker: class
/external/starlark-go/starlark/
Dunpack.go15 type Unpacker interface { interface
186 case Unpacker:
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/pack200/
DPack200Utils.java141 final Pack200.Unpacker unpacker = Pack200.newUnpacker(); in normalize()
DPack200CompressorInputStream.java176 final Pack200.Unpacker u = Pack200.newUnpacker(); in Pack200CompressorInputStream()
/external/python/cpython3/Lib/test/
Dtest_xdrlib.py27 up = xdrlib.Unpacker(data)
/external/python/cpython2/Lib/test/
Dtest_xdrlib.py28 up = xdrlib.Unpacker(data)
/external/python/cpython3/Lib/
Dxdrlib.py132 class Unpacker: class
/external/python/cpython2/Lib/
Dxdrlib.py135 class Unpacker: class