Part of bzrlib.transport View In Hierarchy
Known subclasses: bzrlib.transport.AppendBasedFileStream, bzrlib.transport.FileFileStream, bzrlib.transport.gio_transport.GioFileStream
Method | __init__ | Create a FileStream for relpath on transport. |
Method | close | Undocumented |
Method | fdatasync | Force data out to physical disk if possible. |
Method | _close | A hook point for subclasses that need to take action on close. |
Raises | TransportNotPossible | If this transport has no way to flush to disk. |