ZipUtilsCreateCompatibleZipOutputStream Method |
Creates a ZIP stream with the 64bit flag disabled. This ensures compatibility with Windows XP.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntaxpublic static ZipOutputStream CreateCompatibleZipOutputStream(
Stream baseOutputStream
)
Parameters
- baseOutputStream
- Type: System.IOStream
The output stream.
Return Value
Type:
ZipOutputStreamThe ZIP output stream.
See Also