Module xdrlib :: Class Packer
[hide private]
[frames] | no frames]

_ClassType Packer

Pack various data representations into a buffer.

Instance Methods [hide private]
 
__init__(self)
 
reset(self)
 
get_buffer(self)
 
get_buf(self)
 
pack_uint(self, x)
 
pack_int(self, x)
 
pack_enum(self, x)
 
pack_bool(self, x)
 
pack_uhyper(self, x)
 
pack_hyper(self, x)
 
pack_float(self, x)
 
pack_double(self, x)
 
pack_fstring(self, n, s)
 
pack_fopaque(self, n, s)
 
pack_string(self, s)
 
pack_opaque(self, s)
 
pack_bytes(self, s)
 
pack_list(self, list, pack_item)
 
pack_farray(self, n, list, pack_item)
 
pack_array(self, list, pack_item)