ReadableBuffer.hasArray

Returns true if this ReadableBuffer is backed by an array which can be accessed by the {@link #array()} and {@link #arrayOffset()} methods.

@return true if the buffer is backed by a primitive array.

interface ReadableBuffer
bool
hasArray
()

Meta