Implement a converter to generate a binary stream from a node containing the full file system (system and data nodes): IConverter<NodeContainerFormat, BinaryFormat>. It should:
Keep the same order of files as the original ROM.
Generate an idential stream as the origina, so the diff patches are smaller.
Update the header section offsets before calling its converter.
Implement a converter to generate a binary stream from a node containing the full file system (system and data nodes):
IConverter<NodeContainerFormat, BinaryFormat>
. It should: