ConverterStream Properties

Include Protected Members
Include Inherited Members

The ConverterStream type exposes the following members.

Properties

  Name Description
Public property CanRead The CanRead property indicates whether the current stream supports reading. (Overrides Stream.CanRead.)
Public property CanSeek The CanSeek property returns false to indicate that the ConverterStream object does not support seeks. (Overrides Stream.CanSeek.)
Public property CanTimeout (Inherited from Stream.)
Public property CanWrite The CanWrite property indicates whether this ConverterStream can be written to. (Overrides Stream.CanWrite.)
Public property Length The Length property throws a NotSupportedException. (Overrides Stream.Length.)
Public property Position The Position property throws a NotSupportedException. The ConverterStream class does not support seeks. (Overrides Stream.Position.)
Public property ReadTimeout (Inherited from Stream.)
Public property WriteTimeout (Inherited from Stream.)

Top