| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
HexOutput
Static functions for user output parsing. The counterparts for each method are in the HexInput class.
|
|||
|
Inherited from |
|||
|
|||
| a new object with type S, a subtype of T |
|
||
| str |
|
||
| str |
|
||
|
|||
|
|||
|
|||
|
|||
| str |
|
||
|
|||
| int |
integer_size = 10Size in characters of an outputted integer. |
||
| int |
address_size = 10Size in characters of an outputted address. |
||
|
|||
|
Inherited from |
|||
|
|||
Don't try to instance this class, it's just a namespace!
|
|
|
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_sizeSize in characters of an outputted integer. This value is platform dependent.
|
address_sizeSize in characters of an outputted address. This value is platform dependent.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 20 14:32:16 2010 | http://epydoc.sourceforge.net |