Class TNEFDateAttribute

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TNEFDateAttribute​(int id, int type, java.io.InputStream inp)
      Constructs a single new date attribute from the id, type, and the contents of the stream
    • Constructor Detail

      • TNEFDateAttribute

        protected TNEFDateAttribute​(int id,
                                    int type,
                                    java.io.InputStream inp)
                             throws java.io.IOException
        Constructs a single new date attribute from the id, type, and the contents of the stream
        Throws:
        java.io.IOException
    • Method Detail

      • getDate

        public java.util.Date getDate()
      • getAsDate

        public static java.util.Date getAsDate​(TNEFAttribute attr)
        Returns the Date of a Attribute, converting as appropriate