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

Method readFloat

classpath/java/io/ObjectInputStream.java:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 }
188
189 public float readFloat() throws IOException {
190 return Float.intBitsToFloat(rawBlockDataInt());
191 }
192
193 public double readDouble() throws IOException {
194 return Double.longBitsToDouble(rawBlockDataLong());

Callers

nothing calls this directly

Calls 2

intBitsToFloatMethod · 0.95
rawBlockDataIntMethod · 0.95

Tested by

no test coverage detected