FormattedCompressedStream Class Properties
In This Topic
For a list of all members of this type, see FormattedCompressedStream members.
Public Properties
| Name | Description |
 | CanRead | Overridden. Gets a boolean value indicating whether the current stream supports reading. |
 | CanSeek | Overridden. Gets a boolean value indicating whether the current stream supports seeking. |
 | CanTimeout | (Inherited from System.IO.Stream) |
 | CanWrite | Overridden. Gets a boolean value indicating whether the current stream supports writing. |
 | InnerStream | |
 | Length | Overridden. Gets the length, in bytes, of the stream. |
 | Position | Overridden. Gets or sets the position within the current stream. |
 | ReadTimeout | (Inherited from System.IO.Stream) |
 | Transient | Gets or sets a boolean value indicating if the stream is responsible for closing its inner stream. |
 | WriteTimeout | (Inherited from System.IO.Stream) |
Top
See Also