Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | reset |
def | get_position |
def | set_position |
def | get_buffer |
def | done |
def | unpack_uint |
def | unpack_int |
def | unpack_uhyper |
def | unpack_hyper |
def | unpack_float |
def | unpack_double |
def | unpack_fstring |
def | unpack_string |
def | unpack_list |
def | unpack_farray |
def | unpack_array |
Static Public Attributes | |
unpack_enum = unpack_int | |
unpack_bool = unpack_int | |
unpack_fopaque = unpack_fstring | |
unpack_opaque = unpack_string | |
unpack_bytes = unpack_string | |
Unpacks various data representations from the given buffer.
def __init__ | ( | self, | |
data | |||
) |
Definition at line 119 of file xdrlib.py.
References Bdb.reset(), Packer.reset(), SGMLParser.reset(), Pdb.reset(), Template.reset(), Unpacker.reset(), StreamWriter.reset(), StreamReader.reset(), StreamReaderWriter.reset(), DumbWriter.reset(), StreamRecoder.reset(), and IntSet.reset().
def done | ( | self) |
Definition at line 135 of file xdrlib.py.
References Packer.__buf, Unpacker.__buf, and Unpacker.__pos.
def get_buffer | ( | self) |
Definition at line 132 of file xdrlib.py.
References Packer.__buf, and Unpacker.__buf.
def get_position | ( | self) |
Definition at line 126 of file xdrlib.py.
References Unpacker.__pos.
def reset | ( | self, | |
data | |||
) |
Definition at line 122 of file xdrlib.py.
References Packer.__buf, Unpacker.__buf, and Unpacker.__pos.
def set_position | ( | self, | |
position | |||
) |
Definition at line 129 of file xdrlib.py.
References Unpacker.__pos.
def unpack_array | ( | self, | |
unpack_item | |||
) |
Definition at line 225 of file xdrlib.py.
References Unpacker.unpack_farray(), and Unpacker.unpack_uint().
def unpack_double | ( | self) |
Definition at line 181 of file xdrlib.py.
References Packer.__buf, Unpacker.__buf, and Unpacker.__pos.
def unpack_float | ( | self) |
Definition at line 173 of file xdrlib.py.
References Packer.__buf, Unpacker.__buf, and Unpacker.__pos.
def unpack_fstring | ( | self, | |
n | |||
) |
Definition at line 189 of file xdrlib.py.
References Packer.__buf, Unpacker.__buf, and Unpacker.__pos.
def unpack_hyper | ( | self) |
def unpack_int | ( | self) |
Definition at line 151 of file xdrlib.py.
References Packer.__buf, Unpacker.__buf, and Unpacker.__pos.
def unpack_list | ( | self, | |
unpack_item | |||
) |
def unpack_string | ( | self) |
Definition at line 201 of file xdrlib.py.
References Unpacker.unpack_fstring(), and Unpacker.unpack_uint().
def unpack_uhyper | ( | self) |
def unpack_uint | ( | self) |
Definition at line 139 of file xdrlib.py.
References Packer.__buf, Unpacker.__buf, and Unpacker.__pos.
|
static |
|
static |
|
static |
|
static |
|
static |