Class ProfileImageProvider.UserProfileImage

    • Constructor Detail

      • UserProfileImage

        public UserProfileImage​(InputStream inputstream,
                                String filename,
                                Long length)
        Constructor
        Parameters:
        inputstream - The image input stream
        filename - The file name or null if unknown
        length - The file length if known
    • Method Detail

      • getFilename

        public String getFilename()
        Retrieves the filename
        Returns:
        the filename or null if not defined
      • getLength

        public Long getLength()
        Retrieves the length
        Returns:
        the length or null if unknown