Class MailSenderInputStream

java.lang.Object
best.skn.mail.models.MailSenderInputStream

public class MailSenderInputStream extends Object
Mail sender input stream class for processing proper input stream info in controllers
Since:
2024-05-29
Version:
2.0.1
Author:
SKN Shukhan
Use Case:
Spring Boot Reactive
Dedicated To:
Logno, Atoshi and My Parents
  • Field Details

    • fileLocation

      private String fileLocation
      Private String property for containing the file location where the output copied file will be
      Since:
      v2.0.0
    • inputStream

      private InputStream inputStream
      Private String property for containing input stream that will be sent to the API
      Since:
      v2.0.0
  • Constructor Details

    • MailSenderInputStream

      public MailSenderInputStream()