MCPcopy Index your code
hub / github.com/boazy/TWEditorEnhanced / StringsDatabase

Method StringsDatabase

src/main/java/StringsDatabase.java:16–20  ·  view source on GitHub ↗
(String filePath)

Source from the content-addressed store, hash-verified

14 private int languageID;
15
16 public StringsDatabase(String filePath)
17 throws DBException, IOException
18 {
19 this(new File(filePath));
20 }
21
22 public StringsDatabase(File file)
23 throws DBException, IOException

Callers

nothing calls this directly

Calls 1

readHeaderMethod · 0.95

Tested by

no test coverage detected