Part of bzrlib.pack View In Hierarchy
The readv result must support the iterator protocol returning (offset, data_bytes) pairs.
| Method | __init__ | Construct a new ReadVFile wrapper. |
| Method | read | Undocumented |
| Method | readline | Note that readline will not cross readv segments. |
| Method | _next | Undocumented |