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 Code |
---|---|
public class CountingStream |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CountingStream |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
CanRead |
Gets a value indicating whether the current stream supports reading.
(Overrides Stream..::CanRead.) |
|
CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Overrides Stream..::CanSeek.) |
|
CanTimeout | (Inherited from Stream.) | |
CanWrite |
Gets a value indicating whether the current stream supports writing.
(Overrides Stream..::CanWrite.) |
|
Length |
Gets the length in bytes of the stream.
(Overrides Stream..::Length.) |
|
Position |
Gets or sets the position within the current stream.
(Overrides Stream..::Position.) |
|
ReadTimeout | (Inherited from Stream.) | |
WriteTimeout | (Inherited from Stream.) |
See Also
Smartsite.Base Namespace