Interface FileValue

    • Method Detail

      • getFilename

        java.lang.String getFilename()
      • getMimeType

        java.lang.String getMimeType()
      • getEncodingAsCharset

        java.nio.charset.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

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

        java.io.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