Class Joda.EpochTimeParser

  • All Implemented Interfaces:
    org.joda.time.format.DateTimeParser
    Enclosing class:
    Joda

    public static class Joda.EpochTimeParser
    extends java.lang.Object
    implements org.joda.time.format.DateTimeParser
    • Constructor Summary

      Constructors 
      Constructor Description
      EpochTimeParser​(boolean hasMilliSecondPrecision)  
    • Method Summary

      Modifier and Type Method Description
      int estimateParsedLength()  
      int parseInto​(org.joda.time.format.DateTimeParserBucket bucket, java.lang.String text, int position)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EpochTimeParser

        public EpochTimeParser​(boolean hasMilliSecondPrecision)
    • Method Detail

      • estimateParsedLength

        public int estimateParsedLength()
        Specified by:
        estimateParsedLength in interface org.joda.time.format.DateTimeParser
      • parseInto

        public int parseInto​(org.joda.time.format.DateTimeParserBucket bucket,
                             java.lang.String text,
                             int position)
        Specified by:
        parseInto in interface org.joda.time.format.DateTimeParser