Description
The CLI currently always reads the entire infoset into an ByteArray. This means it cannot unparse infosets that are larger than memory. For the performance command, this might be reasonable since we want to avoid any overhead relted to reading from disk. But for the normal unparse commad using an the "xml" infoset type, we should be able to unparse directly from the InputStream.