Class SimpleOutputStreamExporterOutput

    • Constructor Detail

      • SimpleOutputStreamExporterOutput

        public SimpleOutputStreamExporterOutput​(java.io.OutputStream outputStream)
        Creates a OutputStreamExporterOutput instance that puts the result into provided java.io.OutputStream object. This is useful for sending the export result to an output stream, such as a ServletOutputStream.
      • SimpleOutputStreamExporterOutput

        public SimpleOutputStreamExporterOutput​(java.io.File file)
        Creates a OutputStreamExporterOutput instance that puts the result into the provided java.io.File object. This is useful when exporting to a file and the File instance is already there.