~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/pack.py

Merge direct pack access branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
 
161
161
class ReadVFile(object):
162
162
    """Adapt a readv result iterator to a file like protocol.
163
 
 
 
163
    
164
164
    The readv result must support the iterator protocol returning (offset,
165
165
    data_bytes) pairs.
166
166
    """