Part of twisted.names.dns View Source View In Hierarchy
Implements interfaces: twisted.names.dns.IEncodable
Method | __init__ | Undocumented |
Method | encode | Encode this Character string into the appropriate byte format. |
Method | decode | Decode a byte string into this Name. |
Method | __eq__ | Undocumented |
Method | __hash__ | Undocumented |
Method | __str__ | Undocumented |
Parameters | strio | The byte representation of this Charstr will be written to this file. (type: file) |
Parameters | strio | Bytes will be read from this file until the full string is decoded. (type: file) |
Raises | EOFError | Raised when there are not enough bytes available from strio . |