Home | Trees | Indices | Help |
|
---|
|
|
|||
memoize cache the return value of a method |
|||
BinaryParserException Base Exception class for binary parsing. |
|||
ParseException An exception to be thrown during binary parsing, such as when an invalid header is encountered. |
|||
OverrunBufferException | |||
Block Base class for structure blocks in binary parsing. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
verbose = False
|
|||
__package__ =
|
|
see: http://code.activestate.com/recipes/142812-hex-dumper/ @param src A bytestring containing the data to dump. @param start_addr An integer representing the start address of the data in whatever context it comes from. @return A string containing a classic hex dump with 16 bytes per line. If start_addr is provided, then the data is interpreted as starting at this offset, and the offset column is updated accordingly. |
Return the offset aligned to the nearest greater given alignment Arguments: - `offset`: An integer - `alignment`: An integer |
`dosdate`: 2 bytes, little endian. `dostime`: 2 bytes, little endian. returns: datetime.datetime or datetime.datetime.min on error |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri May 31 00:38:24 2013 | http://epydoc.sourceforge.net |