()
| 101 | public abstract void close() throws IOException; |
| 102 | |
| 103 | protected void closeUserFiles() throws IOException { |
| 104 | if (bookSettingsFile != null) { |
| 105 | bookSettingsFile.close(); |
| 106 | } |
| 107 | |
| 108 | if (bookmarksFile != null) { |
| 109 | bookmarksFile.close(); |
| 110 | } |
| 111 | } |
| 112 | |
| 113 | //#if !(TinyMode || TinyModeExport || LightMode || LightModeExport) |
| 114 | public final String getLanguage() { |