Click or drag to resize

WdfFileReader Constructor

Initialize a new reader from the provided stream and parse the essential blocks.

Namespace: Altaxo.Serialization.Renishaw
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public WdfFileReader(
	Stream rs
)

Parameters

rs  Stream
A readable and seekable stream positioned at the beginning of a .wdf file.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf rs is null.
ArgumentExceptionIf the provided stream is not seekable.
See Also