Part of bzrlib.groupcompress View In Hierarchy
| Method | __init__ | Create a _LazyGroupCompressFactory |
| Method | __repr__ | Undocumented |
| Method | get_bytes_as | Undocumented |
| Parameters | key | The key of just this record |
| parents | The parents of this key (possibly None) | |
| gc_block | A GroupCompressBlock object | |
| start | Offset of the first byte for this record in the uncompressd content | |
| end | Offset of the byte just after the end of this record (ie, bytes = content[start:end]) | |
| first | Is this the first Factory for the given block? |