Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_staticDistanceTreeTable

readonly byte [] System.IO.Compression.InflaterManaged.s_staticDistanceTreeTable
staticprivate
Initial value:
= new byte[32]
{
0, 16, 8, 24, 4, 20, 12, 28, 2, 18,
10, 26, 6, 22, 14, 30, 1, 17, 9, 25,
5, 21, 13, 29, 3, 19, 11, 27, 7, 23,
15, 31
}

Definition at line 33 of file InflaterManaged.cs.

34 {
35 0, 16, 8, 24, 4, 20, 12, 28, 2, 18,
36 10, 26, 6, 22, 14, 30, 1, 17, 9, 25,
37 5, 21, 13, 29, 3, 19, 11, 27, 7, 23,
38 15, 31
39 };

Referenced by System.IO.Compression.InflaterManaged.DecodeBlock().