Interface FileValue

    • Method Detail

      • getFilename

        String getFilename()
      • getMimeType

        String getMimeType()
      • getEncodingAsCharset

        Charset getEncodingAsCharset()
        Convenience method to save the transformation. This method will perform no check if the saved encoding is known to the JVM and therefore could throw every exception that Charset.forName(String) lists.

        If no encoding has been saved it will return null.

      • getEncoding

        String getEncoding()
        Returns:
        the saved encoding or null if none has been saved
      • getValue

        InputStream getValue()
        Description copied from interface: TypedValue
        The actual value. May be null in case the value is null.
        Specified by:
        getValue in interface TypedValue
        Returns:
        the value