'Declaration Public Function New( _ ByVal allocatorSize As Integer, _ ByVal modelOrder As Byte, _ ByVal method As ModelRestorationMethod _ )
'Usage Dim allocatorSize As Integer Dim modelOrder As Byte Dim method As ModelRestorationMethod Dim instance As New ManagedPPMdDecompressor(allocatorSize, modelOrder, method)
public ManagedPPMdDecompressor( int allocatorSize, byte modelOrder, ModelRestorationMethod method )
Parameters
- allocatorSize
- The allocator size.
- modelOrder
- The maximum model order.
- method
- Method of model restoration if memory is insufficient.