Class TNEFAttribute

    • Constructor Detail

      • TNEFAttribute

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

        public int getType()
      • getData

        public byte[] getData()