Class TNEFStringAttribute

    • Constructor Summary

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

      • TNEFStringAttribute

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

      • getString

        public java.lang.String getString()
      • getAsString

        public static java.lang.String getAsString​(TNEFAttribute attr)
        Returns the string of a Attribute, converting as appropriate