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