Archiver.ExtractFile Method

Copy the contents of a stored file into a physical file.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public MemoryStream ExtractFile(
	Archiver.FileEntry fileEntry
)

Parameters

fileEntry  Archiver.FileEntry
The Archiver.FileEntry to extract.

Return Value

MemoryStream
Stream of the extracted file.

See Also