Exemplo n.º 1
0
        // Macros
        /// <summary>
        /// overidden: Reads a byte
        ///
        /// Advances the position.
        /// </summary>
        /// <returns>the read byte</returns>
        public new byte ReadByte()
        {
#if DEBUG || BINARYMETADATA
            LastPosition = Position;
#endif
            return(UR.ReadByte());
        }