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

◆ s_lengthBase

readonly int [] System.IO.Compression.InflaterManaged.s_lengthBase
staticprivate
Initial value:
= new int[29]
{
3, 4, 5, 6, 7, 8, 9, 10, 11, 13,
15, 17, 19, 23, 27, 31, 35, 43, 51, 59,
67, 83, 99, 115, 131, 163, 195, 227, 3
}

Definition at line 12 of file InflaterManaged.cs.

13 {
14 3, 4, 5, 6, 7, 8, 9, 10, 11, 13,
15 15, 17, 19, 23, 27, 31, 35, 43, 51, 59,
16 67, 83, 99, 115, 131, 163, 195, 227, 3
17 };

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