This is the complete list of members for FormatCollection, including all inherited members.
FormatCollection(self, Optional[FormatCollection] format_collection=None) | FormatCollection | |
add_format(self, ParameterCollection param_coll, int format_id) | FormatCollection | |
build(self, bytearray byte_buffer) | FormatCollection | |
clone(self) | FormatCollection | |
copy(self, object copy_from) | FormatCollection | |
extract(self, bytearray buffer, int input_length, int start_bit) | FormatCollection | |
find_parameter(self, str name) | FormatCollection | |
get_format_length(self) | FormatCollection | |
get_format_offset(self) | FormatCollection | |
get_length_in_bits(self) | FormatCollection | |
get_length_in_bytes(self) | FormatCollection | |
get_maximum_length_in_bits(self) | FormatCollection | |
get_number_of_formats(self) | FormatCollection | |
get_parameter_list(self, bool full_name=True, bool mod_only=False) | FormatCollection | |
get_sorted_parameter_list(self, bool full_name=True, bool mod_only=False) | FormatCollection | |
has_modifiable_data(self, bool data_zone_only=True) | FormatCollection | |
has_variable_length_data(self) | FormatCollection | |
initialize(self) | FormatCollection | |
is_complete(self) | FormatCollection | |
is_modifiable(self, bool top_level=True) | FormatCollection | |
load_file(self, str filename) | FormatCollection | |
remove_all_formats(self) | FormatCollection | |
remove_format(self, int format_id) | FormatCollection | |
save_file(self, str filename) | FormatCollection | |
set_format_info(self, int offset, int length) | FormatCollection | |