开发者

Make XMLWriter to append data to an existing file

开发者 https://www.devze.com 2023-01-27 10:28 出处:网络
Is there any way to make开发者_开发技巧 XMLWriter to append data to an existing file?You can use openMemory to create an XMLWriter that only writes to memory, then outputMemory to get the data that th

Is there any way to make开发者_开发技巧 XMLWriter to append data to an existing file?


You can use openMemory to create an XMLWriter that only writes to memory, then outputMemory to get the data that the XMLWriter has collected, and then append it to a file with normal fopen, fwrite, fclose calls.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号