Interface SExporter

    • Method Detail

      • export

        void export​(SBook book,
                    java.io.OutputStream fos)
             throws java.io.IOException
        Export a book
        Parameters:
        book - the book to export
        fos - the output stream to store data
        Throws:
        java.io.IOException
      • export

        void export​(SBook book,
                    java.io.File file)
             throws java.io.IOException
        Export a book
        Parameters:
        book - the book to export
        file - the output file to store data
        Throws:
        java.io.IOException