IsolatedStorageFileStream Methods
.NET Framework 4.5
The IsolatedStorageFileStream type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginRead | Begins an asynchronous read. (Overrides FileStream.BeginRead(Byte[], Int32, Int32, AsyncCallback, Object).) |
|
BeginWrite | Begins an asynchronous write. (Overrides FileStream.BeginWrite(Byte[], Int32, Int32, AsyncCallback, Object).) |
|
Close | Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. Instead of calling this method, ensure that the stream is properly disposed. (Inherited from Stream.) |
|
CopyTo(Stream) | Reads the bytes from the current stream and writes them to another stream. (Inherited from Stream.) |
|
CopyTo(Stream, Int32) | Reads the bytes from the current stream and writes them to another stream, using a specified buffer size. (Inherited from Stream.) |
|
CopyToAsync(Stream) | Asynchronously reads the bytes from the current stream and writes them to another stream. (Inherited from Stream.) |
|
CopyToAsync(Stream, Int32) | Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size. (Inherited from Stream.) |
|
CopyToAsync(Stream, Int32, CancellationToken) | Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size and cancellation token. (Inherited from Stream.) |
|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
|
CreateWaitHandle | Obsolete. Allocates a WaitHandle object. (Inherited from Stream.) |
|
Dispose() | Releases all resources used by the Stream. (Inherited from Stream.) |
|
Dispose(Boolean) | Releases the unmanaged resources used by the IsolatedStorageFileStream and optionally releases the managed resources. (Overrides FileStream.Dispose(Boolean).) |
|
EndRead | Ends a pending asynchronous read request. (Overrides FileStream.EndRead(IAsyncResult).) |
|
EndWrite | Ends an asynchronous write. (Overrides FileStream.EndWrite(IAsyncResult).) |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the FileStream. (Inherited from FileStream.) |
|
Flush() | Clears buffers for this stream and causes any buffered data to be written to the file. (Overrides FileStream.Flush().) |
|
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).) |
|
FlushAsync() | Asynchronously clears all buffers for this stream and causes any buffered data to be written to the underlying device. (Inherited from Stream.) |
|
FlushAsync(CancellationToken) | Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests. (Inherited from FileStream.) |
|
GetAccessControl | Gets a FileSecurity object that encapsulates the access control list (ACL) entries for the file described by the current FileStream object. (Inherited from FileStream.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
Lock |
Prevents other processes from reading from or writing to the stream. (Overrides FileStream.Lock(Int64, Int64).) In .NET Framework Client Profile 4, this member is inherited from FileStream.Lock(Int64, Int64). |
|
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
|
ObjectInvariant | Infrastructure. Obsolete. Provides support for a Contract. (Inherited from Stream.) |
|
Read | Copies bytes from the current buffered IsolatedStorageFileStream object to an array. (Overrides FileStream.Read(Byte[], Int32, Int32).) |
|
ReadAsync(Byte[], Int32, Int32) | Asynchronously reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. (Inherited from Stream.) |
|
ReadAsync(Byte[], Int32, Int32, CancellationToken) | Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests. (Inherited from FileStream.) |
|
ReadByte | Reads a single byte from the IsolatedStorageFileStream object in isolated storage. (Overrides FileStream.ReadByte().) |
|
Seek | Sets the current position of this IsolatedStorageFileStream object to the specified value. (Overrides FileStream.Seek(Int64, SeekOrigin).) |
|
SetAccessControl | Applies access control list (ACL) entries described by a FileSecurity object to the file described by the current FileStream object. (Inherited from FileStream.) |
|
SetLength | Sets the length of this IsolatedStorageFileStream object to the specified value. (Overrides FileStream.SetLength(Int64).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Unlock |
Allows other processes to access all or part of a file that was previously locked. (Overrides FileStream.Unlock(Int64, Int64).) In .NET Framework Client Profile 4, this member is inherited from FileStream.Unlock(Int64, Int64). |
|
Write | Writes a block of bytes to the IsolatedStorageFileStream object using data read from a byte array. (Overrides FileStream.Write(Byte[], Int32, Int32).) |
|
WriteAsync(Byte[], Int32, Int32) | Asynchronously writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (Inherited from Stream.) |
|
WriteAsync(Byte[], Int32, Int32, CancellationToken) | Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests. (Inherited from FileStream.) |
|
WriteByte | Writes a single byte to the IsolatedStorageFileStream object. (Overrides FileStream.WriteByte(Byte).) |
| Name | Description | |
|---|---|---|
|
AsInputStream | Converts a managed stream in the .NET for Windows Store apps to an input stream in the Windows Runtime. (Defined by WindowsRuntimeStreamExtensions.) |
|
AsOutputStream | Converts a managed stream in the .NET for Windows Store apps to an output stream in the Windows Runtime. (Defined by WindowsRuntimeStreamExtensions.) |