66
66
:param write_func: a callable that will be called when this
67
67
ContainerWriter needs to write some bytes.
72
73
"""Begin writing a container."""
73
74
self.write_func(FORMAT_ONE + "\n")
76
81
"""Finish writing a container."""
79
84
def add_bytes_record(self, bytes, names):