Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static ZipOutputStream CreateCompatibleZipOutputStream(
	Stream baseOutputStream
)

Parameters

baseOutputStream
Type: System.IOStream
The output stream.

Return Value

Type: ZipOutputStream
The ZIP output stream.
See Also