Q800FileReaderFromStream Method |
Creates a instance of the reader from a stream.
Namespace: Altaxo.Serialization.TA_InstrumentsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static Q800FileReader FromStream(
Stream rs,
bool convertUnitsToSIUnits
)
Parameters
- rs Stream
- The stream.
- convertUnitsToSIUnits Boolean
- If set to true, the units are converted to SI units.
Return Value
Q800FileReaderAn instance of the reader.
See Also