ByteBuf.getBoolean

Gets a bool at the specified absolute (@code index) in this buffer. This method does not modify the {@code readerIndex} or {@code writerIndex} of this buffer.

@throws IndexOutOfBoundsException if the specified {@code index} is less than {@code 0} or {@code index + 1} is greater than {@code this.capacity}

class ByteBuf
abstract
bool
getBoolean
(
int index
)

Meta