MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / closeUserFiles

Method closeUserFiles

src/org/albite/book/model/book/Book.java:103–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers 2

closeMethod · 0.80
closeMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected