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

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

Parameters

s
Type: CMS.IOStream
Stream to read
TurnOnDebug
Type: SystemBoolean
Indicates if debug should be turned on

Return Value

Type: ZipDirEntry
See Also