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.NET]
Public Shared Function ReadComprData ( _
outputFile As String, _
inputFile As String, _
opts As Cms.ComprDataOptions _
) As Integer
Parameters
- outputFile
- Output file to be created
- inputFile
- Input data file
- opts
- Type: Cms.ComprDataOptions
Options [default=inflate contents]
Return Value
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]