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

Method getFileOffset

src/de/mas/jnustool/FEntry.java:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 public long getFileOffset() {
110 return fileOffset;
111 }
112
113 private void setFileOffset(long fileOffset) {
114 this.fileOffset = fileOffset;

Callers 3

downloadAndDecryptMethod · 0.80
decryptFileHashMethod · 0.80
decryptStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected