Hi - <br><br>I&#39;m wondering how `open-output-string` and `open-output-bytes` keep the data written to the port.&nbsp; Are the data kept in one single contiguous bytes that gets resized as more bytes are written to it, or in a list of bytes that gets concatenated later when calling `get-output-string/bytes`, or perhaps some other methods? <br>

<br>Thanks,<br>yc<br><br>