twisted.names.dns.Charstr(object) class documentationtwisted.names.dns
(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 Charstr. | 
| Method | __eq__ | Undocumented | 
| Method | __ne__ | Undocumented | 
| Method | __hash__ | Undocumented | 
| Method | __str__ | Represent this Charstrinstance by 
its string value. | 
Encode this Character string into the appropriate byte format.
| Parameters | strio | The byte representation of this Charstr will be written to this file. (type: file) |