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

Method write

classpath/java/io/DataOutputStream.java:28–30  ·  view source on GitHub ↗
(byte[] buffer)

Source from the content-addressed store, hash-verified

26 }
27
28 public void write(byte[] buffer) throws IOException {
29 out.write(buffer);
30 }
31
32 public void write(byte[] buffer, int offset, int length) throws IOException {
33 out.write(buffer, offset, length);

Callers 4

writeShortMethod · 0.95
writeIntMethod · 0.95
writeLongMethod · 0.95
writeCharMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected