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

Method rawByte

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

Source from the content-addressed store, hash-verified

65 }
66
67 private void rawByte(int v) throws IOException {
68 out.write((byte)(v & 0xff));
69 }
70
71 private void rawShort(int v) throws IOException {
72 rawByte(v >> 8);

Callers 6

rawShortMethod · 0.95
blockDataMethod · 0.95
stringMethod · 0.95
classDescMethod · 0.95
fieldMethod · 0.95
writeObjectMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected