Class TNEFAttribute

    • Method Detail

      • create

        public static TNEFAttribute create​(java.io.InputStream inp)
                                    throws java.io.IOException
        Creates a new TNEF Attribute by reading data from the stream within a HMEFMessage
        Throws:
        java.io.IOException
      • getType

        public int getType()
      • getData

        public byte[] getData()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object