The properties of the IsolatedStorageFileStream class are listed below. For a complete list of IsolatedStorageFileStream class members, see the IsolatedStorageFileStream Members topic.
CanRead | [To be supplied.] |
CanSeek | Property tells if file can be read. |
CanWrite | Property tells if file can be read. |
DataAvailable | Property tells if there is data available to be read or not. |
Length | Returns the length in bytes of the stream. |
Position | Retrieves the current position of this stream, or sets the current position of this stream to the given value. |
IsolatedStorageFileStream Class | System.IO.IsolatedStorage Namespace