Class ByteArrayDataSource

java.lang.Object
org.apache.pdfbox.preflight.utils.ByteArrayDataSource
All Implemented Interfaces:
javax.activation.DataSource

public class ByteArrayDataSource extends Object implements javax.activation.DataSource
  • Field Details

  • Constructor Details

  • Method Details

    • getContentType

      public String getContentType()
      Specified by:
      getContentType in interface javax.activation.DataSource
    • setType

      public void setType(String type)
      Parameters:
      type - the type to set
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getInputStream

      public InputStream getInputStream() throws IOException
      Specified by:
      getInputStream in interface javax.activation.DataSource
      Throws:
      IOException
    • getName

      public String getName()
      Specified by:
      getName in interface javax.activation.DataSource
    • getOutputStream

      public OutputStream getOutputStream() throws IOException
      Specified by:
      getOutputStream in interface javax.activation.DataSource
      Throws:
      IOException