natix.CompactDS.ZeroCoding.Decode C# (CSharp) Method

Decode() public method

public Decode ( BitStream32 Buffer, BitStreamCtx ctx ) : int
Buffer BitStream32
ctx BitStreamCtx
return int
        public int Decode(BitStream32 Buffer, BitStreamCtx ctx)
        {
            return this.Coder.Decode (Buffer, ctx) - this.Smaller;
        }