IsolatedStorageFileStream Members
.NET Framework 1.1
IsolatedStorageFileStream overview
Public Constructors
IsolatedStorageFileStream Constructor | Overloaded. Initializes a new instance of the IsolatedStorageFileStream class. The only way to open an IsolatedStorageFileStream is by one of its constructors. |
Public Properties
CanRead | Overridden. Gets a Boolean value indicating whether the file can be read. |
CanSeek | Overridden. Gets a Boolean value indicating whether seek operations are supported. |
CanWrite | Overridden. Gets a Boolean value indicating whether you can write to the file. |
Handle | Overridden. Gets the file handle for the file that the current IsolatedStorageFileStream object encapsulates. Accessing this property is not permitted on an IsolatedStorageFileStream, and throws an IsolatedStorageException. |
IsAsync | Overridden. Gets a Boolean value indicating whether the IsolatedStorageFileStream was opened asynchronously or synchronously. |
Length | Overridden. Gets the length of the IsolatedStorageFileStream. |
Name (inherited from FileStream) | Gets the name of the FileStream that was passed to the constructor. |
Position | Overridden. Gets or sets the current position of this IsolatedStorageFileStream to the specified value. |
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
