Home | Trees | Index | Help |
|
---|
Module antiparser :: Class apCString |
|
apObject
--+ |apString
--+ | apCString
apCString represents a C style string, ie: an array of chars appended by a null.
apCString inherits all of its methods from the apString class. The only difference is that apCString object content is terminated with a null character in the antiparser payload.Method Summary | |
---|---|
Constructor that is called when the class is instantiated. | |
Inherited from apString | |
Returns the length of the current content. | |
Returns a list of illegal characters. | |
Returns a terminator string. | |
Sets a string of illegal characters. | |
Sets a terminator string for the data object. | |
Inherited from apObject | |
Print the data object. | |
Returns the byteorder property of the data object. | |
Returns the content of the data object. | |
Returns the debugging status of the data object. | |
Gets the maxsize property of the data object. | |
Returns the minsize property of the data object. | |
Returns the mode that is currently enabled for the data object. | |
Return the optional property value of the data object. | |
Returns the static property value of the data object. | |
Sets the byteorder property of the data object to "big" or "little" endian. | |
Sets the content of the data object. | |
Sets the debugging status to True or False. | |
Sets the maxsize property of the data object to an integer. | |
Sets the minsize property of the data object to an integer. | |
Sets the mode for the data object. | |
Sets the optional property of the data object to True or False. | |
Sets the static property of the data object to True or False. |
Method Details |
---|
__init__(self)
Constructor that is called when the class is instantiated.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Aug 17 09:02:50 2005 | http://epydoc.sf.net |