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

Method readBoolean

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

Source from the content-addressed store, hash-verified

163 }
164
165 public boolean readBoolean() throws IOException {
166 return rawBlockDataByte() != 0;
167 }
168
169 public byte readByte() throws IOException {
170 return (byte)rawBlockDataByte();

Callers 1

mainMethod · 0.95

Calls 1

rawBlockDataByteMethod · 0.95

Tested by 1

mainMethod · 0.76