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

Method write

test/extra/SendFile.java:28–30  ·  view source on GitHub ↗
(int c)

Source from the content-addressed store, hash-verified

26 }
27
28 public void write(int c) {
29 throw new RuntimeException("Do not use!");
30 }
31 public void write(byte[] buffer, int offset, int length)
32 throws IOException {
33 ByteBuffer buf = ByteBuffer.wrap(buffer);

Callers 1

sendFileMethod · 0.95

Calls 9

wrapMethod · 0.95
hasRemainingMethod · 0.80
selectedKeysMethod · 0.80
isWritableMethod · 0.80
channelMethod · 0.80
writeMethod · 0.65
positionMethod · 0.45
limitMethod · 0.45
selectMethod · 0.45

Tested by

no test coverage detected