Home | Trees | Indices | Help |
|
---|
|
Static functions for user output parsing. The counterparts for each method are in the HexInput class.
|
|||
Inherited from |
|
|||
str |
|
||
str |
|
||
|
|||
|
|||
|
|
|||
str |
|
||
a new object with type S, a subtype of T |
|
|
|||
int |
integer_size = 10 Default size in characters of an outputted integer. |
||
int |
address_size = 10 Default Number of bits of the target architecture. |
|
|||
Inherited from |
|
|
|
Convert binary data to a string of hexadecimal numbers.
|
Write a list of integers to a file. If a file of the same name exists, it's contents are replaced. See HexInput.integer_list_file for a description of the file format.
|
Write a list of strings to a file. If a file of the same name exists, it's contents are replaced. See HexInput.string_list_file for a description of the file format.
|
Write a list of mixed values to a file. If a file of the same name exists, it's contents are replaced. See HexInput.mixed_list_file for a description of the file format.
|
|
integer_sizeDefault size in characters of an outputted integer. This value is platform dependent.
|
address_sizeDefault Number of bits of the target architecture. This value is platform dependent.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 20 17:54:56 2013 | http://epydoc.sourceforge.net |