CryptoSys PKI Pro Manual

Cms.ReadComprData Method

Read and extract the decompressed contents of a CMS compressed-data file.

Syntax

[C#]
public static int ReadComprData(
   string outputFile,
   string inputFile,
   Cms.ComprDataOptions opts 
)
[VB]
Public Shared Function ReadComprData (
   outputFile As String,
   inputFile As String,
   opts As Cms.ComprDataOptions 
) As Integer

Parameters

outputFile  String
Output file to be created
inputFile  String
Input data file
opts  Cms.ComprDataOptions
Options [default=inflate contents]

Return Value

Int32
If successful the return value is the number of bytes in the output file; otherwise it returns a non-zero error code

See Also

VB6/C equivalent: CMS_ReadComprData

[Contents] [Index]

[PREV: Cms.QuerySigData Method...]   [Contents]   [Index]   
   [NEXT: Cms.ReadEnvDataToBytes Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.