Cleanup|libcommon: Streaming bytes directly to a File
When streaming directly to a File via the IOStream interface, one does not need to use FixedByteArray as the operation will replace the entire contents of the file. Files have built-in metadata about their size, so size won't be included in the written data as with Writer.
Cleanup|libcommon: Streaming bytes directly to a File
When streaming directly to a File via the IOStream interface, one
does not need to use FixedByteArray as the operation will replace the
entire contents of the file. Files have built-in metadata about
their size, so size won't be included in the written data as with
Writer.