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

◆ s_extraLengthBits

readonly byte [] System.IO.Compression.InflaterManaged.s_extraLengthBits
staticprivate
Initial value:
= new byte[29]
{
0, 0, 0, 0, 0, 0, 0, 0, 1, 1,
1, 1, 2, 2, 2, 2, 3, 3, 3, 3,
4, 4, 4, 4, 5, 5, 5, 5, 16
}

Definition at line 5 of file InflaterManaged.cs.

6 {
7 0, 0, 0, 0, 0, 0, 0, 0, 1, 1,
8 1, 1, 2, 2, 2, 2, 3, 3, 3, 3,
9 4, 4, 4, 4, 5, 5, 5, 5, 16
10 };

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