Class TNEFAttribute

    • Constructor Summary

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

      • TNEFAttribute

        protected TNEFAttribute​(int id,
                                int type,
                                java.io.InputStream inp)
                         throws java.io.IOException
        Constructs a single new attribute from the id, type, and the contents of the stream
        Throws:
        java.io.IOException
    • 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