Read and extract the decompressed contents of a CMS compressed-data file.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static int ReadComprData(
string outputFile,
string inputFile,
CmsComprDataOptions opts
)
Public Shared Function ReadComprData (
outputFile As String,
inputFile As String,
opts As CmsComprDataOptions
) As Integer
Parameters
- outputFile String
- Output file to be created
- inputFile String
- Input data file
- opts CmsComprDataOptions
- Options [default=inflate contents]
Return Value
Int32If successful the return value is the number of bytes in the output file; otherwise it returns a non-zero
error code
See Also