MCPcopy Create free account
hub / github.com/ReadyTalk/avian / pointer

Method pointer

classpath/java/util/zip/ZipFile.java:278–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276
277 protected interface MyEntry {
278 public int pointer();
279 }
280
281 private static class MyZipEntry extends ZipEntry implements MyEntry {

Callers 1

getInputStreamMethod · 0.65

Implementers 2

MyZipEntryclasspath/java/util/zip/ZipFile.java
MyJarEntryclasspath/java/util/jar/JarFile.java

Calls

no outgoing calls

Tested by

no test coverage detected