Returns an initialized read-only non-seekable stream to read the decompressed data of the current item.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.3844.0

Syntax

C#
public abstract Stream Open(
	string password
)
Visual Basic (Declaration)
Public MustOverride Function Open ( _
	password As String _
) As Stream
Visual C++
public:
virtual Stream^ Open(
	String^ password
) abstract

Parameters

password
Type: System..::.String
Password to open the stream.

Return Value

A read-only non-seekable decompression stram.

See Also