Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ wrap
Method
wrap
lib/java/nio/ShortToByteBufferAdapter.java:37–39 ·
view source on GitHub ↗
(ByteBuffer byteBuffer)
Source
from the content-addressed store, hash-verified
35
DirectBuffer {
36
37
static
ShortBuffer wrap(ByteBuffer byteBuffer) {
38
return
new
ShortToByteBufferAdapter(byteBuffer.slice());
39
}
40
41
private
final
ByteBuffer byteBuffer;
42
Callers
2
asShortBuffer
Method · 0.95
asShortBuffer
Method · 0.95
Calls
1
slice
Method · 0.45
Tested by
no test coverage detected