CopyAll
result = DataIOUtils::CopyAll(fIconDataBuffer, tarImageIO);
result = DataIOUtils::CopyAll(&tmpFile, gzDecompressedInput);
status_t copyResult = DataIOUtils::CopyAll(&fInfoJsonData, data);
static status_t CopyAll(BDataIO* target, BDataIO* source);