class documentation
class Charstr: (source)
Constructor: Charstr(string)
Implements interfaces: twisted.names.dns.IEncodable
Undocumented
Method | __eq__ |
Undocumented |
Method | __hash__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __str__ |
Represent this Charstr instance by its string value. |
Method | decode |
Decode a byte string into this Charstr. |
Method | encode |
Encode this Character string into the appropriate byte format. |
Instance Variable | string |
Undocumented |
Decode a byte string into this Charstr.
Parameters | |
strio:file | Bytes will be read from this file until the full string is decoded. |
length | Undocumented |
Raises | |
EOFError | Raised when there are not enough bytes available from strio. |