Package me.gigawartrex.smalladditions.io
Class BookWriter
java.lang.Object
me.gigawartrex.smalladditions.io.BookWriter
Class for handling writing files for a specified book.
- Author:
- Paul Ferlitz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddefaultBook(String fileName, boolean reset) Method to check for a default book file, or reset it.
-
Constructor Details
-
BookWriter
public BookWriter()Class constructor.
-
-
Method Details
-
defaultBook
Method to check for a default book file, or reset it.- Parameters:
fileName- the books source file namereset- if the source file should be reset to it's default
-