Part of bzrlib.pack View In Hierarchy
It accepts bytes via the accept_bytes method, and parses them into records which can be retrieved via the read_pending_records method.
Method | __init__ | Undocumented |
Method | accept_bytes | Undocumented |
Method | read_pending_records | Undocumented |
Method | read_size_hint | Undocumented |
Method | _reset_current_record | Undocumented |
Method | _consume_line | Take a line out of the buffer, and return the line. |
Method | _state_expecting_format_line | Undocumented |
Method | _state_expecting_record_type | Undocumented |
Method | _state_expecting_length | Undocumented |
Method | _state_expecting_name | Undocumented |
Method | _state_expecting_body | Undocumented |
Method | _state_expecting_nothing | Undocumented |