Class MapStreamDataSource

java.lang.Object
com.kheops.util.MapStreamDataSource
All Implemented Interfaces:
javax.activation.DataSource

public class MapStreamDataSource extends Object implements javax.activation.DataSource
  • Constructor Details

    • MapStreamDataSource

      public MapStreamDataSource()
  • Method Details

    • getInputStream

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

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

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