Click or drag to resize

OnDemandDataMedium Constructor (Stream, Boolean)

Initializes a new instance of the OnDemandDataMedium class from a stream.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public OnDemandDataMedium(
	Stream stream,
	bool disposeStream = true
)

Parameters

stream
Type: System.IOStream
The stream.
disposeStream (Optional)
Type: SystemBoolean
if set to true the stream will be automatically disposed.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
See Also