InterfacePCBIWindowLoadDataFromTGZStreamAsync Method

Load tgz data from stream e.g. use MemoryStream.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Task<bool> LoadDataFromTGZStreamAsync(
	Stream dataStream
)

Parameters

dataStream  Stream
 

Return Value

TaskBoolean
True if the tgz was read and data is loaded.

See Also