Class Utils
Utility Class
Inheritance
System.Object
Utils
Namespace: Syncfusion.Compression
Assembly: Syncfusion.Compression.NET.dll
Syntax
public class Utils : Object
Constructors
Utils()
Declaration
public Utils()
Fields
DEF_HUFFMAN_DYNTREE_CODELENGTHS_ORDER
Code lengths for the code length alphabet.
Declaration
public static int[] DEF_HUFFMAN_DYNTREE_CODELENGTHS_ORDER
Field Value
Type |
---|
System.Int32[] |
Methods
BitReverse(Int32)
Reverses bit.
Declaration
public static short BitReverse(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value |
Returns
Type |
---|
System.Int16 |