如何使用Windows Phone 7
快速启动streams
?
我需要能够从磁盘加载,保存到磁盘,从内存加载,在wp7
上保存到内存文件,但每次我尝试保存时都会发生这种情况:
Silverlight is in a sandboxed mode where it has restricted access. You can write to "Isolated Storage", but you cannot create files on their hard drive.
您能否提供一些使用流的工作示例? 还有一些教程/视频会很好
答案 0 :(得分:5)
在WP7上,您只能使用独立存储来保存/读取文件。你可以找到很多关于它的教程,比如在MSDN上Isolated Storage Overview for Windows Phone或者这个:All about WP7 Isolated Storage – intro to Isolated Storage。检查其他部分,了解如何使用流来保存/读取隔离存储中的数据。