MCPcopy Create free account
hub / github.com/FongMi/TV / P2PClass

Method P2PClass

jianpian/src/main/java/com/p2p/P2PClass.java:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 public int port;
8
9 public P2PClass() {
10 System.loadLibrary("jpa");
11 this.port = P2Pdoxstarthttpd("TEST3E63BAAECDAA79BEAA91853490A69F08".getBytes(), Path.jpa().getAbsolutePath().getBytes());
12 }
13
14 public int P2Pdoxstarthttpd(byte[] bArr, byte[] bArr2) {
15 return doxstarthttpd(bArr, bArr2);

Callers

nothing calls this directly

Calls 3

P2PdoxstarthttpdMethod · 0.95
jpaMethod · 0.95
loadLibraryMethod · 0.80

Tested by

no test coverage detected