See Also: IsolatedStorageFileStream Members
Use this class to read, write and create files in isolated storage.
Since this class extends System.IO.FileStream, you can use an instance of System.IO.IsolatedStorage.IsolatedStorageFileStream in most situations where a System.IO.FileStream might otherwise be used, such as to construct a System.IO.StreamReader or System.IO.StreamWriter.
Isolated storage is not available for win8_appname_long apps. Instead, use the application data classes in the Windows.Storage namespaces included in the wrt API to store local data and files. For more information, see tp://go.microsoft.com/fwlink/?LinkId=229175 in the Windows Dev Center.