AlzEntry.Open

AlzEntry.Open method

Opens the entry for extraction and provides a stream with decompressed entry content.

public Stream Open(string password = null)
ParameterTypeDescription
passwordStringOptional password for decryption.

Return Value

The stream that represents the contents of the entry.

See Also