IsolatedStorageFileStream Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The IsolatedStorageFileStream type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanRead | Gets a Boolean value indicating whether the file can be read. (Overrides FileStream.CanRead.) |
|
CanSeek | Gets a Boolean value indicating whether seek operations are supported. (Overrides FileStream.CanSeek.) |
|
CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from Stream.) |
|
CanWrite | Gets a Boolean value indicating whether you can write to the file. (Overrides FileStream.CanWrite.) |
|
Length | Gets the length of the IsolatedStorageFileStream object. (Overrides FileStream.Length.) |
|
Name | Gets the name of the file that was used to create the instance of the IsolatedStorageFileStream. |
|
Position | Gets or sets the current position of the current IsolatedStorageFileStream object. (Overrides FileStream.Position.) |
|
ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) |
|
WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |
Show: