ZipDirEntryRead Method (Stream, Boolean) |
Reades dir into zip.
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax 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:
ZipDirEntrySee Also