natix.CompactDS.CompressedInvertedIndex.CompressedInvertedIndex C# (CSharp) Method

CompressedInvertedIndex() public method

public CompressedInvertedIndex ( ) : System
return System
        public CompressedInvertedIndex()
        {
            this.lstream = new LongStream();
            this.offsets = new List<int> ();
            this.lengths = new List<int> ();
            this.numberOfItems = 0;
        }