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

Method writeDouble

classpath/java/io/DataOutputStream.java:64–66  ·  view source on GitHub ↗
(double d)

Source from the content-addressed store, hash-verified

62 }
63
64 public void writeDouble(double d) throws IOException {
65 writeLong(Double.doubleToLongBits(d));
66 }
67
68 public void writeLong(long l) throws IOException {
69 write((byte)(l >> 56));

Callers

nothing calls this directly

Calls 2

writeLongMethod · 0.95
doubleToLongBitsMethod · 0.95

Tested by

no test coverage detected