MCPcopy Create free account
hub / github.com/davidgiven/luje / array

Method array

lib/java/nio/IntBuffer.java:116–118  ·  view source on GitHub ↗

Returns the int array which this buffer is based on, if there is one. @return the int array which this buffer is based on. @exception ReadOnlyBufferException if this buffer is based on an array, but it is read-only. @exception UnsupportedOperationException if this buff

()

Source from the content-addressed store, hash-verified

114 * if this buffer is not based on an array.
115 */
116 public final int[] array() {
117 return protectedArray();
118 }
119
120 /**
121 * Returns the offset of the int array which this buffer is based on, if

Callers 3

decodeHasArrayMethod · 0.45
encodeHasArrayMethod · 0.45
flushMethod · 0.45

Calls 1

protectedArrayMethod · 0.95

Tested by

no test coverage detected