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

Method writeByte

classpath/java/io/ObjectOutputStream.java:122–124  ·  view source on GitHub ↗
(int v)

Source from the content-addressed store, hash-verified

120 }
121
122 public void writeByte(int v) throws IOException {
123 blockData(v);
124 }
125
126 public void writeShort(int v) throws IOException {
127 blockData(v >> 8, v);

Callers 1

mainMethod · 0.95

Calls 1

blockDataMethod · 0.95

Tested by 1

mainMethod · 0.76