java.lang.Object
es.kukenan.smartfi.microservice.smartficore.util.FileUtils

public class FileUtils extends Object
Files utilities.
  • Constructor Details

    • FileUtils

      public FileUtils()
  • Method Details

    • donwloadFile

      public static void donwloadFile(String documentPath, String documentName, javax.servlet.http.HttpServletResponse response)
      Send to response an specific file.
      Parameters:
      documentPath - file path to send.
      documentName - file name.
      response - Http response.