ZipEntryRead Method (Stream, Boolean) |
Reades ZIP entry.
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax 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:
ZipEntrySee Also