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

Method writeDouble

classpath/java/io/ObjectOutputStream.java:147–149  ·  view source on GitHub ↗
(double v)

Source from the content-addressed store, hash-verified

145 }
146
147 public void writeDouble(double v) throws IOException {
148 writeLong(Double.doubleToLongBits(v));
149 }
150
151 public void writeBytes(String s) throws IOException {
152 blockData(null, s.getBytes(), null);

Callers

nothing calls this directly

Calls 2

writeLongMethod · 0.95
doubleToLongBitsMethod · 0.95

Tested by

no test coverage detected