System.IO.Compression.FastEncoder.Output.GetSlot C# (CSharp) Метод

GetSlot() приватный Метод

private GetSlot ( int pos ) : int
pos int
Результат int
            internal int GetSlot(int pos) {
                return distLookup[(pos < 0x100) ? pos : (0x100 + (pos >> 7))];
            }