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

Method doPut

classpath/java/nio/ByteBuffer.java:43–43  ·  view source on GitHub ↗
(int offset, byte val)

Source from the content-addressed store, hash-verified

41 public abstract ByteBuffer slice();
42
43 protected abstract void doPut(int offset, byte val);
44
45 public abstract ByteBuffer put(byte[] arr, int offset, int len);
46

Callers 4

putMethod · 0.95
rawPutLongMethod · 0.95
rawPutIntMethod · 0.95
rawPutShortMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected