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

Method readFloat

classpath/java/io/DataInputStream.java:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 public float readFloat() throws IOException {
76 return Float.floatToIntBits(readInt());
77 }
78
79 public double readDouble() throws IOException {
80 return Double.doubleToLongBits(readLong());

Callers

nothing calls this directly

Calls 2

floatToIntBitsMethod · 0.95
readIntMethod · 0.95

Tested by

no test coverage detected