MCPcopy Create free account
hub / github.com/Maschell/JNUSTool / FST

Method FST

src/de/mas/jnustool/FST.java:32–37  ·  view source on GitHub ↗
(byte[] decrypteddata, TitleMetaData tmd)

Source from the content-addressed store, hash-verified

30 private Directory<FEntry> contentDirectory = new Directory<FEntry>("root");
31
32 public FST(byte[] decrypteddata, TitleMetaData tmd) throws IOException {
33 parse(decrypteddata,tmd);
34 setTmd(tmd);
35 buildDirectories();
36
37 }
38
39 private void buildDirectories() {
40 String contentfolder = "";

Callers

nothing calls this directly

Calls 3

parseMethod · 0.95
setTmdMethod · 0.95
buildDirectoriesMethod · 0.95

Tested by

no test coverage detected