GMime.StreamGIO¶
- Subclasses:
- None 
Methods¶
- Inherited:
- Structs:
| class | 
 | 
| class | 
 | 
| 
 | |
| 
 | 
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
| Name | Type | Access | Description | 
|---|---|---|---|
| eos | r | 
 | |
| file | r | a  | |
| istream | r | ||
| ostream | r | ||
| owner | r | ||
| parent_object | r | parent  | 
Class Details¶
- class GMime.StreamGIO(**kwargs)¶
- Bases:
- Abstract:
- No 
- Structure:
 - A - GMime.Streamwrapper around GLib’s GIO streams.- classmethod new(file)¶
- Parameters:
- Returns:
- a stream using file. 
- Return type:
 - Creates a new - GMime.StreamGIOwrapper around a- Gio.Fileobject.
 - classmethod new_with_bounds(file, start, end)¶
- Parameters:
- Returns:
- a stream using file with bounds start and end. 
- Return type:
 - Creates a new - GMime.StreamGIOstream around a- Gio.Filewith bounds start and end.