Class InputStreamDataSource

  • All Implemented Interfaces:
    javax.activation.DataSource

    public class InputStreamDataSource
    extends Object
    implements javax.activation.DataSource
    A datasource that provides access to an input stream of data.
    • Constructor Detail

      • InputStreamDataSource

        public InputStreamDataSource​(String name,
                                     String contentType,
                                     InputStream inputStream)
    • Method Detail

      • getName

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