Trees
Indices
Help
Python Standard Library
Module xdrlib
:: Class Unpacker
[
hide private
]
[
frames
] |
no frames
]
Class Unpacker
Unpacks various data representations from the given buffer.
Instance Methods
[
hide private
]
__init__
(
self
,
data
)
reset
(
self
,
data
)
get_position
(
self
)
set_position
(
self
,
position
)
get_buffer
(
self
)
done
(
self
)
unpack_uint
(
self
)
unpack_int
(
self
)
unpack_enum
(
self
)
unpack_bool
(
self
)
unpack_uhyper
(
self
)
unpack_hyper
(
self
)
unpack_float
(
self
)
unpack_double
(
self
)
unpack_fstring
(
self
,
n
)
unpack_fopaque
(
self
,
n
)
unpack_string
(
self
)
unpack_opaque
(
self
)
unpack_bytes
(
self
)
unpack_list
(
self
,
unpack_item
)
unpack_farray
(
self
,
n
,
unpack_item
)
unpack_array
(
self
,
unpack_item
)
Trees
Indices
Help
Python Standard Library
Generated by Epydoc 3.0 on Tue Jan 29 22:44:29 2008
http://epydoc.sourceforge.net