积极答复者
如何实现自定义的文件类型

问题
答案
-
要实现随机读,你可以试试C++ 或者C,因为他们操作指针比较方便,这样可以自定义offset
Mike Feng
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- 已标记为答案 Mike FengModerator 2013年1月4日 7:53
全部回复
-
你可以尝试使用BinaryWriter的方式写入二进制文件,该文件应该具备特定格式。
或者使用序列化(BinaryFormatter)类方式序列化、反序列化类。
扩展名可以任意定义。
-
-
要实现随机读,你可以试试C++ 或者C,因为他们操作指针比较方便,这样可以自定义offset
Mike Feng
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- 已标记为答案 Mike FengModerator 2013年1月4日 7:53