'Declaration Public Function New( _ ByVal compressedSize As Long, _ ByVal uncompressedSize As Long, _ ByVal headerType As LZMAHeaderType _ )
'Usage Dim compressedSize As Long Dim uncompressedSize As Long Dim headerType As LZMAHeaderType Dim instance As New ManagedLzmaDecompressorUnsafe(compressedSize, uncompressedSize, headerType)
public ManagedLzmaDecompressorUnsafe( long compressedSize, long uncompressedSize, LZMAHeaderType headerType )
Parameters
- compressedSize
- uncompressedSize
- headerType