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

Method readByte

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

Source from the content-addressed store, hash-verified

167 }
168
169 public byte readByte() throws IOException {
170 return (byte)rawBlockDataByte();
171 }
172
173 public char readChar() throws IOException {
174 return (char)rawBlockDataShort();

Callers 1

mainMethod · 0.95

Calls 1

rawBlockDataByteMethod · 0.95

Tested by 1

mainMethod · 0.76