MCPcopy 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

asShortBufferMethod · 0.95
asShortBufferMethod · 0.95

Calls 1

sliceMethod · 0.45

Tested by

no test coverage detected