Class FileContent

java.lang.Object
com.hybris.backoffice.excel.jobs.FileContent

public class FileContent extends Object
Represents file with its content, name and content type.
  • Constructor Details

    • FileContent

      public FileContent(byte[] data, String contentType, String name)
  • Method Details

    • getData

      public byte[] getData()
    • getContentType

      public String getContentType()
    • getName

      public String getName()