MCPcopy Create free account
hub / github.com/demoth/jake2 / readFloat

Method readFloat

qcommon/src/main/java/jake2/qcommon/sizebuf_t.java:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158
159 public float readFloat() {
160 return Float.intBitsToFloat(readInt());
161 }
162
163 public void writeString(String s) {
164 final String x = Objects.requireNonNullElse(s, "");

Callers 10

readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
testFloatMethod · 0.80
loadMethod · 0.80
readVectorMethod · 0.80

Calls 1

readIntMethod · 0.95

Tested by 1

testFloatMethod · 0.64