IsolatedStorageFileStream Methods
.NET Framework 1.1
The methods of the IsolatedStorageFileStream class are listed here. For a complete list of IsolatedStorageFileStream class members, see the IsolatedStorageFileStream Members topic.
Public Methods
BeginRead | Overridden. Begins an asynchronous read. |
BeginWrite | Overridden. Begins an asynchronous write. |
Close | Overridden. Releases resources associated with the IsolatedStorageFileStream. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
EndRead | Overridden. Ends a pending asynchronous read request. |
EndWrite | Overridden. Ends an asynchronous write. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
Flush | Overridden. Updates the file with the current state of the buffer then clears the buffer. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Lock (inherited from FileStream) | Prevents other processes from changing the FileStream while permitting read access. |
Read | Overridden. Copies bytes from the current buffered IsolatedStorageFileStream to an array. |
ReadByte | Overridden. Reads a single byte from the IsolatedStorageFileStream in isolated storage. |
Seek | Overridden. Sets the current position of this IsolatedStorageFileStream to the specified value. |
SetLength | Overridden. Sets the length of this IsolatedStorageFileStream to the specified value. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Unlock (inherited from FileStream) | Allows access by other processes to all or part of a file that was previously locked. |
Write | Overridden. Writes a block of bytes to the IsolatedStorageFileStream using data read from a byte array. |
WriteByte | Overridden. Writes a single byte to the IsolatedStorageFileStream. |
Protected Methods
CreateWaitHandle (inherited from Stream) | Allocates a WaitHandle object. |
Dispose | Overridden. Releases resources associated with the IsolatedStorageFileStream. |
Finalize (inherited from FileStream) | Overridden. Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the FileStream.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
IsolatedStorageFileStream Class | System.IO.IsolatedStorage Namespace

