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