Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ put
Method
put
classpath/java/nio/ByteBuffer.java:45–45 ·
view source on GitHub ↗
(byte[] arr, int offset, int len)
Source
from the content-addressed store, hash-verified
43
protected
abstract
void
doPut(
int
offset, byte val);
44
45
public
abstract ByteBuffer put(byte[] arr,
int
offset,
int
len);
46
47
protected
abstract byte doGet(
int
offset);
48
Callers
2
test
Method · 0.95
compact
Method · 0.95
Calls
8
checkPut
Method · 0.95
doPut
Method · 0.95
get
Method · 0.65
hasArray
Method · 0.45
remaining
Method · 0.45
array
Method · 0.45
arrayOffset
Method · 0.45
position
Method · 0.45
Tested by
1
test
Method · 0.76