.NET Framework Class Library
IsolatedStorageFileStream Constructor

Initializes a new instance of the IsolatedStorageFileStream class. The only way to open an IsolatedStorageFileStream is by using one of its constructors.

Overload List

  NameDescription
Public methodIsolatedStorageFileStream(String, FileMode)Initializes a new instance of an IsolatedStorageFileStream object giving access to the file designated by path in the specified mode.
Public methodIsolatedStorageFileStream(String, FileMode, FileAccess)Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the kind of access requested.
Public methodIsolatedStorageFileStream(String, FileMode, IsolatedStorageFile)Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, and in the context of the IsolatedStorageFile specified by isf.
Public methodIsolatedStorageFileStream(String, FileMode, FileAccess, FileShare)Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share.
Public methodIsolatedStorageFileStream(String, FileMode, FileAccess, IsolatedStorageFile)Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path in the specified mode, with the specified file access, and in the context of the IsolatedStorageFile specified by isf.
Public methodIsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, Int32)Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share, with the buffersize specified.
Public methodIsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, IsolatedStorageFile)Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share, and in the context of the IsolatedStorageFile specified by isf.
Public methodIsolatedStorageFileStream(String, FileMode, FileAccess, FileShare, Int32, IsolatedStorageFile)Initializes a new instance of the IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share, with the buffersize specified, and in the context of the IsolatedStorageFile specified by isf.
Top
See Also

Reference

Tags :


Page view tracker