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

Method write

classpath/java/nio/channels/Channels.java:68–71  ·  view source on GitHub ↗
(int v)

Source from the content-addressed store, hash-verified

66 }
67
68 public void write(int v) throws IOException {
69 byte[] buffer = new byte[] { (byte) (v & 0xFF) };
70 write(buffer);
71 }
72
73 public void write(byte[] buffer, int offset, int length)
74 throws IOException

Callers

nothing calls this directly

Calls 2

wrapMethod · 0.95
writeMethod · 0.65

Tested by

no test coverage detected