Part of bzrlib.transport.gio_transport View In Hierarchy
This version uses GIO to perform writes.
| Method | __init__ | Create a FileStream for relpath on transport. |
| Method | write | Undocumented |
| Method | _close | A hook point for subclasses that need to take action on close. |
Inherited from FileStream:
| Method | close | Undocumented |
| Method | fdatasync | Force data out to physical disk if possible. |