This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CountingStream
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CountingStream

The type exposes the following properties.

Public Properties

  Name Description
Public property CanRead
Gets a value indicating whether the current stream supports reading.
(Overrides Stream..::CanRead.)
Public property CanSeek
Gets a value indicating whether the current stream supports seeking.
(Overrides Stream..::CanSeek.)
Public property CanTimeout (Inherited from Stream.)
Public property CanWrite
Gets a value indicating whether the current stream supports writing.
(Overrides Stream..::CanWrite.)
Public property Length
Gets the length in bytes of the stream.
(Overrides Stream..::Length.)
Public property Position
Gets or sets the position within the current stream.
(Overrides Stream..::Position.)
Public property ReadTimeout (Inherited from Stream.)
Public property WriteTimeout (Inherited from Stream.)

See Also

Advanced