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: 7.2.0.0 (7.2.7583.15464)
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