Project

General

Profile

« Previous | Next » 

Revision 9473d1cb

Added by skyjake over 10 years ago

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.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences