Class AbderaDataSource

java.lang.Object
org.apache.abdera.util.AbderaDataSource
All Implemented Interfaces:
javax.activation.DataSource

@Deprecated(since="2021-07-29") public final class AbderaDataSource extends Object implements javax.activation.DataSource
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Utility implementation of javax.activation.DataSource that wraps Abdera Base
  • Constructor Details

    • AbderaDataSource

      public AbderaDataSource(Base base)
      Deprecated.
  • Method Details

    • getContentType

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

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

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

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