The
methods
of System.IO.IsolatedStorage.IsolatedStorageFileStream are listed below. For a list of all members, see the IsolatedStorageFileStream Members list.
See Also: Inherited members from System.IO.FileStream
Public Methods
override | BeginRead(byte[], int, int, AsyncCallback, object) : IAsyncResult
Begins an asynchronous read.
|
override | BeginWrite(byte[], int, int, AsyncCallback, object) : IAsyncResult
Begins an asynchronous write.
|
override | Close()Documentation for this section has not yet been entered. |
override | EndRead(IAsyncResult) : int
Ends a pending asynchronous read request.
|
override | EndWrite(IAsyncResult)
Ends an asynchronous write.
|
override | Flush()
Clears buffers for this stream and causes any buffered data to be written to the file.
|
override | Flush(bool)
Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers.
|
override | Read(byte[], int, int) : int
Copies bytes from the current buffered System.IO.IsolatedStorage.IsolatedStorageFileStream object to an array.
|
override | ReadByte() : int
Reads a single byte from the System.IO.IsolatedStorage.IsolatedStorageFileStream object in isolated storage.
|
override | Seek(long, System.IO.SeekOrigin) : long
Sets the current position of this System.IO.IsolatedStorage.IsolatedStorageFileStream object to the specified value.
|
override | SetLength(long)
Sets the length of this System.IO.IsolatedStorage.IsolatedStorageFileStream object to the specified value.
|
override | Write(byte[], int, int)
Writes a block of bytes to the System.IO.IsolatedStorage.IsolatedStorageFileStream object using data read from a byte array.
|
override | WriteByte(byte)
Writes a single byte to the System.IO.IsolatedStorage.IsolatedStorageFileStream object.
|
Protected Methods