Click or drag to resize
Stream Class

Note: This API is now obsolete.

Provides a generic view of a sequence of bytes.
Inheritance Hierarchy

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use System.IO.Stream")]
public abstract class Stream : Stream

The Stream type exposes the following members.

Constructors
  NameDescription
Protected methodStream
Top
Properties
  NameDescription
Public propertySystemStream

Gets Stream. Since Stream is compatible with system stream, returns this by default.

This member is provided for compatibility reasons and should not be used nor overridden in custom code.

Top
See Also