Class InputStreamDataSource

java.lang.Object
edu.ucsb.nceas.metacat.restservice.InputStreamDataSource
All Implemented Interfaces:
javax.activation.DataSource

public class InputStreamDataSource extends Object implements javax.activation.DataSource
Encapsulate an InputStream within a DataSource interface so that it is accessible to MIME processors.
Author:
Matthew Jones
  • Constructor Details

    • InputStreamDataSource

      public InputStreamDataSource(String name, InputStream stream)
  • Method Details

    • getContentType

      public String getContentType()
      Specified by:
      getContentType in interface javax.activation.DataSource
    • 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