'Declaration Public Function New( _ ByVal inner As Stream, _ ByVal allocatorSize As Integer, _ ByVal maximumModelOrder As Byte, _ ByVal modelRestorationMethod As ModelRestorationMethod _ )
'Usage Dim inner As Stream Dim allocatorSize As Integer Dim maximumModelOrder As Byte Dim modelRestorationMethod As ModelRestorationMethod Dim instance As New PPMdCompressedStream(inner, allocatorSize, maximumModelOrder, modelRestorationMethod)
public PPMdCompressedStream( Stream inner, int allocatorSize, byte maximumModelOrder, ModelRestorationMethod modelRestorationMethod )
Parameters
- inner
- The stream to write to and read from.
- allocatorSize
- The allocator size.
- maximumModelOrder
- The maximum model order.
- modelRestorationMethod
- Method of model restoration if memory is insufficient.