Example #1
0
        public long ReadQWord()
        {
            ByteVector v = ReadBlock(8);

            return(v.ToLong(false));
        }