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

◆ s_codeOrder

readonly byte [] System.IO.Compression.InflaterManaged.s_codeOrder
staticprivate
Initial value:
= new byte[19]
{
16, 17, 18, 0, 8, 7, 9, 6, 10, 5,
11, 4, 12, 3, 13, 2, 14, 1, 15
}

Definition at line 27 of file InflaterManaged.cs.

28 {
29 16, 17, 18, 0, 8, 7, 9, 6, 10, 5,
30 11, 4, 12, 3, 13, 2, 14, 1, 15
31 };

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