SKManagedWStream Constructors

Definition

Overloads

SKManagedWStream(Stream)

Creates a new writeable stream from a Stream.

SKManagedWStream(Stream, Boolean)

Creates a new writeable stream from a Stream.

SKManagedWStream(Stream)

Creates a new writeable stream from a Stream.

public SKManagedWStream (System.IO.Stream managedStream);

Parameters

managedStream
Stream

The managed stream.

Remarks

The underlying stream is not disposed when this object is disposed.

Applies to

SKManagedWStream(Stream, Boolean)

Creates a new writeable stream from a Stream.

public SKManagedWStream (System.IO.Stream managedStream, bool disposeManagedStream);

Parameters

managedStream
Stream

The managed stream.

disposeManagedStream
Boolean

If this is set to true, the provided managedStream will be disposed when this instance is disposed.

Applies to