Click or drag to resize
ZipDirEntryRead Method (Stream)
Reades dir into zip.

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

Parameters

s
Type: CMS.IOStream
Stream to read

Return Value

Type: ZipDirEntry
See Also