开发者

Make XMLWriter to append data to an existing file

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜