Class MailDateFormat.Rfc2822StrictParser

    • Constructor Detail

      • Rfc2822StrictParser

        Rfc2822StrictParser​(java.lang.String text,
                            java.text.ParsePosition pos)
    • Method Detail

      • parseOptionalBegin

        int parseOptionalBegin()
                        throws java.text.ParseException
        Returns:
        the java.util.Calendar constant for the parsed day name, or UNKNOWN_DAY_NAME iff the begin is missing
        Throws:
        java.text.ParseException
      • parseDay

        int parseDay()
              throws java.text.ParseException
        Throws:
        java.text.ParseException
      • parseMonth

        int parseMonth()
                throws java.text.ParseException
        Returns:
        the java.util.Calendar constant for the parsed month name
        Throws:
        java.text.ParseException
      • parseFwsInMonth

        void parseFwsInMonth()
                      throws java.text.ParseException
        Throws:
        java.text.ParseException
      • isMonthNameCaseSensitive

        boolean isMonthNameCaseSensitive()
      • parseYear

        int parseYear()
               throws java.text.ParseException
        Throws:
        java.text.ParseException
      • parseHour

        int parseHour()
               throws java.text.ParseException
        Throws:
        java.text.ParseException
      • parseMinute

        int parseMinute()
                 throws java.text.ParseException
        Throws:
        java.text.ParseException
      • parseSecond

        int parseSecond()
                 throws java.text.ParseException
        Throws:
        java.text.ParseException
      • parseFwsBetweenTimeOfDayAndZone

        void parseFwsBetweenTimeOfDayAndZone()
                                      throws java.text.ParseException
        Throws:
        java.text.ParseException
      • parseZone

        int parseZone()
               throws java.text.ParseException
        Throws:
        java.text.ParseException