'Declaration Public Overloads Shared Function CreateLzmaDecompressor( _ ByVal compressedSize As Long, _ ByVal uncompressedSize As Long, _ ByVal headerType As LZMAHeaderType _ ) As Decompressor
'Usage Dim compressedSize As Long Dim uncompressedSize As Long Dim headerType As LZMAHeaderType Dim value As Decompressor value = DecompressorFactory.CreateLzmaDecompressor(compressedSize, uncompressedSize, headerType)
public static Decompressor CreateLzmaDecompressor( long compressedSize, long uncompressedSize, LZMAHeaderType headerType )
Parameters
- compressedSize
- uncompressedSize
- headerType