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

Decode() public method

public Decode ( BitStream32 stream, BitStreamCtx ctx ) : long
stream BitStream32
ctx BitStreamCtx
return long
        public long Decode(BitStream32 stream, BitStreamCtx ctx)
        {
            return this.Decode (stream, this.MaxValue, ctx);
        }

Same methods

BinarySearchCoding64::Decode ( BitStream32 stream, long N, BitStreamCtx ctx ) : long