MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / getMethod

Method getMethod

src/bin/zip/ZipEntry.java:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 public int getMethod() {
52 return method;
53 }
54
55 public void setMethod(int method) {
56 this.method = method;

Callers 6

collectChildrenMethod · 0.95
getInputStreamMethod · 0.45
openEntryAsZipFileMethod · 0.45
CenterFileHeaderMethod · 0.45
openEntryAsZipFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected