Share via


StreamWrapper Class

Definition

A wrapper class containing a stream and the length of that stream. Used to determine the length of a stream without touching the stream itself.

public class StreamWrapper
type StreamWrapper = class
Public Class StreamWrapper
Inheritance
StreamWrapper

Constructors

StreamWrapper()

Properties

Stream

Gets or sets the stream for this wrapper.

StreamLength

Gets or sets the length of the associated stream.

Applies to