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
()
| 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 |
no test coverage detected