System.IO.Compression.FastEncoder.Output.GetSlot C# (CSharp) Méthode

GetSlot() private méthode

private GetSlot ( int pos ) : int
pos int
Résultat int
            internal int GetSlot(int pos) {
                return distLookup[(pos < 0x100) ? pos : (0x100 + (pos >> 7))];
            }