IsolatedStorageFileStream Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The IsolatedStorageFileStream type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 BeginRead Begins an asynchronous read. (Overrides FileStream.BeginRead(array<Byte[], Int32, Int32, AsyncCallback, Object).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 BeginWrite Begins an asynchronous write. (Overrides FileStream.BeginWrite(array<Byte[], Int32, Int32, AsyncCallback, Object).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Close Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. (Inherited from Stream.)
Public methodSupported by Silverlight for Windows Phone CopyTo(Stream) Reads all the bytes from the current stream and writes them to the destination stream. (Inherited from Stream.)
Public methodSupported by Silverlight for Windows Phone CopyTo(Stream, Int32) Reads all the bytes from the current stream and writes them to a destination stream, using a specified buffer size. (Inherited from Stream.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Dispose() Releases all resources used by the Stream. (Inherited from Stream.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Dispose(Boolean) Releases the unmanaged resources used by the IsolatedStorageFileStream and optionally releases the managed resources. (Overrides FileStream.Dispose(Boolean).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 EndRead Ends a pending asynchronous read request. (Overrides FileStream.EndRead(IAsyncResult).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 EndWrite Ends an asynchronous write. (Overrides FileStream.EndWrite(IAsyncResult).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Finalize Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the FileStream. (Inherited from FileStream.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Flush() Updates the file with the current state of the buffer then clears the buffer. (Overrides FileStream.Flush().)
Public methodSupported by Silverlight for Windows Phone Flush(Boolean) Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers. (Overrides FileStream.Flush(Boolean).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Read Copies bytes from the current buffered IsolatedStorageFileStream object to an array. (Overrides FileStream.Read(array<Byte[], Int32, Int32).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ReadByte Reads a single byte from the IsolatedStorageFileStream object in isolated storage. (Overrides FileStream.ReadByte().)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Seek Sets the current position of this IsolatedStorageFileStream object to the specified value. (Overrides FileStream.Seek(Int64, SeekOrigin).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 SetLength Sets the length of this IsolatedStorageFileStream object to the specified value. (Overrides FileStream.SetLength(Int64).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Returns a string that represents the current object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Write Writes a block of bytes to the IsolatedStorageFileStream object using data read from a byte array. (Overrides FileStream.Write(array<Byte[], Int32, Int32).)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 WriteByte Writes a single byte to the IsolatedStorageFileStream object. (Overrides FileStream.WriteByte(Byte).)

Top