'Declaration Public Shared Sub WritePPMdZipHeader( _ ByVal stream As Stream, _ ByVal allocatorSize As Integer, _ ByVal modelOrder As Byte, _ ByVal method As ModelRestorationMethod _ )
'Usage Dim stream As Stream Dim allocatorSize As Integer Dim modelOrder As Byte Dim method As ModelRestorationMethod ManagedPPMdCompressor.WritePPMdZipHeader(stream, allocatorSize, modelOrder, method)
public static void WritePPMdZipHeader( Stream stream, int allocatorSize, byte modelOrder, ModelRestorationMethod method )
Parameters
- stream
- The stream the header will be written to.
- allocatorSize
- The allocator size.
- modelOrder
- The maximum model order.
- method
- Method of model restoration if memory is insufficient.