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
Int32If 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]