PackageInfoFromStream Method |
Gets the package infos from the lines of the provided stream.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static PackageInfo[] FromStream(
Stream fs
)
Parameters
- fs Stream
- Stream to read from.
Return Value
PackageInfoThe package infos. If the format of the stream is invalid, various exceptions will be thrown.
See Also