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

Method writeBoolean

classpath/java/io/ObjectOutputStream.java:118–120  ·  view source on GitHub ↗
(boolean v)

Source from the content-addressed store, hash-verified

116 }
117
118 public void writeBoolean(boolean v) throws IOException {
119 blockData(v ? 1 : 0);
120 }
121
122 public void writeByte(int v) throws IOException {
123 blockData(v);

Callers 1

mainMethod · 0.95

Calls 1

blockDataMethod · 0.95

Tested by 1

mainMethod · 0.76