Class SimpleHtmlExporterOutput

    • Constructor Detail

      • SimpleHtmlExporterOutput

        public SimpleHtmlExporterOutput​(StringBuffer sbuffer)
      • SimpleHtmlExporterOutput

        public SimpleHtmlExporterOutput​(StringBuilder sbuilder)
      • SimpleHtmlExporterOutput

        public SimpleHtmlExporterOutput​(Writer writer)
      • SimpleHtmlExporterOutput

        public SimpleHtmlExporterOutput​(OutputStream outputStream)
      • SimpleHtmlExporterOutput

        public SimpleHtmlExporterOutput​(OutputStream outputStream,
                                        String encoding)
      • SimpleHtmlExporterOutput

        public SimpleHtmlExporterOutput​(File file)
      • SimpleHtmlExporterOutput

        public SimpleHtmlExporterOutput​(File file,
                                        String encoding)
      • SimpleHtmlExporterOutput

        public SimpleHtmlExporterOutput​(String fileName)
      • SimpleHtmlExporterOutput

        public SimpleHtmlExporterOutput​(String fileName,
                                        String encoding)