MCPcopy Index your code
hub / github.com/clojure/clojure / ClassReader

Method ClassReader

src/jvm/clojure/asm/ClassReader.java:145–147  ·  view source on GitHub ↗

Constructs a new ClassReader object. @param classFile the JVMS ClassFile structure to be read.

(final byte[] classFile)

Source from the content-addressed store, hash-verified

143 * @param classFile the JVMS ClassFile structure to be read.
144 */
145 public ClassReader(final byte[] classFile) {
146 this(classFile, 0, classFile.length);
147 }
148
149 /**
150 * Constructs a new {@link ClassReader} object.

Callers

nothing calls this directly

Calls 8

readShortMethod · 0.95
readUnsignedShortMethod · 0.95
readUTF8Method · 0.95
readIntMethod · 0.95
readStreamMethod · 0.95
equalsMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected