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

Method hasArray

classpath/java/nio/ByteBuffer.java:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 public abstract ByteBuffer get(byte[] dst, int offset, int length);
50
51 public boolean hasArray() {
52 return false;
53 }
54
55 public ByteBuffer compact() {
56 int remaining = remaining();

Callers 1

putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected