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

Method readByte

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

Reads a byte value in #b. This method is intended for Attribute sub classes, and is normally not needed by class generators or adapters. @param offset the start offset of the value to be read in #b. @return the read value.

(final int offset)

Source from the content-addressed store, hash-verified

3301 * @return the read value.
3302 */
3303 public int readByte(final int offset) {
3304 return b[offset] & 0xFF;
3305 }
3306
3307 /**
3308 * Reads an unsigned short value in {@link #b}. <i>This method is intended for {@link Attribute}

Callers 7

readMethodMethod · 0.95
readCodeMethod · 0.95
readTypeAnnotationsMethod · 0.95
readConstMethod · 0.95
SymbolTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected