Class TNEFAttribute

    • Method Detail

      • setMaxRecordLength

        public static void setMaxRecordLength​(int length)
        Parameters:
        length - the max record length allowed for TNEFAttribute
      • getMaxRecordLength

        public static int getMaxRecordLength()
        Returns:
        the max record length allowed for TNEFAttribute
      • 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