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)

Syntax

Visual Basic
Public MustOverride Function Open ( _
	password As String _
) As Stream
C#
public abstract Stream Open(
	string password
)

Parameters

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

Return Value

A read-only non-seekable decompression stream.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also