Package io.keikai.api

Interface Exporter

  • All Known Implementing Classes:
    ExporterImpl

    public interface Exporter
    Exporter for a book or a sheet.
    Since:
    3.0.0
    Author:
    dennis
    • Method Detail

      • export

        void export​(Book book,
                    File file)
             throws IOException
        Export book
        Parameters:
        book - the book to export
        file - the output file to store data
        Throws:
        IOException