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

Method close

src/org/albite/book/model/book/FileBook.java:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 public final void close() throws IOException {
78 bookFile.close();
79 closeUserFiles();
80 }
81
82 public Archive getArchive() {
83 return archive;

Callers 1

FileBookMethod · 0.95

Calls 1

closeUserFilesMethod · 0.80

Tested by

no test coverage detected