Click or drag to resize
ZipEntryRead Method (Stream, Boolean)
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,
	bool TurnOnDebug
)

Parameters

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

Return Value

Type: ZipEntry
See Also