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

Method write

classpath/java/io/ObjectOutputStream.java:51–53  ·  view source on GitHub ↗
(int c)

Source from the content-addressed store, hash-verified

49 }
50
51 public void write(int c) throws IOException {
52 out.write(c);
53 }
54
55 public void write(byte[] b, int offset, int length) throws IOException {
56 out.write(b, offset, length);

Callers 1

writeObjectMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected