Class BasicOutputDataSource

    • Constructor Detail

      • BasicOutputDataSource

        public BasicOutputDataSource​(OutputStream outputStream)
        Construct a BasicOutputDataSource that uses the given outputStream as its source.
        Parameters:
        outputStream - the output stream to use as the source for this output data source
    • Method Detail

      • getOutputStream

        public OutputStream getOutputStream()
        Description copied from interface: OutputDataSource
        Returns the OutputStream that will be used as the source to write data to.
        Specified by:
        getOutputStream in interface OutputDataSource
        Returns:
        an OutputStream that is used as the source to write data to