Example #1
0
        public Int16 GetInt16()
        {
            Int16 x = Entry.BytesToInt16(Buffer, CurrentGetPos);

            CurrentGetPos += 2;
            return(x);
        }