Q800FileReaderCheckFileFormat Method |
Checks if the file format is a valid Q800 file format.
Namespace: Altaxo.Serialization.TA_InstrumentsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static (bool isQ800File, bool isHybridBinary) CheckFileFormat(
Stream rs
)
Parameters
- rs Stream
- The data stream.
Return Value
ValueTupleBoolean,
BooleanA boolean indicating if this is a valid Q800 file format. The second boolean indicates if this is a hybrid file, consisting
of an ASCII part, and then a binary part.
Exceptions
See Also