Example #1
0
        public virtual long GetLong()
        {
            var result = Buffer.GetLong(_index + _offset);

            _index += Bits.LongSizeInBytes;
            return(result);
        }