This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
This class wraps a stream and counts the number of bytes written or read from this stream. This class can be used when the supplied stream does not implement the property Position.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public class CountingStream : , 
	
Visual Basic (Declaration)Copy imageCopy Code
Public Class CountingStream _
	Inherits  _
	Implements 

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.IO..::..Stream
      Smartsite.Base..::..CountingStream

See Also

Advanced