MCPcopy Index your code
hub / github.com/davidgiven/luje / array

Method array

lib/java/nio/CharBuffer.java:167–169  ·  view source on GitHub ↗

Returns the char array which this buffer is based on, if there is one. @return the char 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 bu

()

Source from the content-addressed store, hash-verified

165 * if this buffer is not based on an array.
166 */
167 public final char[] array() {
168 return protectedArray();
169 }
170
171 /**
172 * Returns the offset of the char array which this buffer is based on, if

Callers 1

StringMethod · 0.95

Calls 1

protectedArrayMethod · 0.95

Tested by

no test coverage detected