Click or drag to resize
ZipEntryRead Method (Stream)
Reades ZIP entry.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public static ZipEntry Read(
	Stream s
)

Parameters

s
Type: CMS.IOStream
Stream to read

Return Value

Type: ZipEntry
See Also