Name

IsolatedStorageFileStream

Synopsis

This class is simply a System.IO.FileStream implementation for isolated storage. Use it to create and modify isolated storage files.

public class IsolatedStorageFileStream : System.IO.FileStream {
// Public Constructors
   public method IsolatedStorageFileStream(string path, 
        System.IO.FileMode mode);  
   public method IsolatedStorageFileStream(string path, 
        System.IO.FileMode mode, 
        System.IO.FileAccess access);  
   public method IsolatedStorageFileStream(string path, 
        System.IO.FileMode mode, 
        System.IO.FileAccess access, 
        System.IO.FileShare share);  
   public method IsolatedStorageFileStream(string path, 
        System.IO.FileMode mode, 
        System.IO.FileAccess access, 
        System.IO.FileShare share, int bufferSize);  
   public method IsolatedStorageFileStream(string path, 
        System.IO.FileMode mode, 
        System.IO.FileAccess access, 
        System.IO.FileShare share, int bufferSize, 
        IsolatedStorageFile isf);  
   public method IsolatedStorageFileStream(string path, 
        System.IO.FileMode mode, 
        System.IO.FileAccess access, 
        System.IO.FileShare share, 
        IsolatedStorageFile isf);  
   public method IsolatedStorageFileStream(string path, 
        System.IO.FileMode mode, 
        System.IO.FileAccess access, 
        IsolatedStorageFile isf);  
   public method IsolatedStorageFileStream(string path, 
        System.IO.FileMode mode, IsolatedStorageFile isf);  
// Public Instance Properties
   public override field bool CanRead{get; }                     // overrides System.IO.FileStream
   public override field bool CanSeek{get; }                     // overrides System.IO.FileStream public override ...

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.