ByteBuf.hasArray

Returns {@code true} if and only if this buffer has a backing byte array. If this method returns true, you can safely call {@link #array()} and {@link #arrayOffset()}.

class ByteBuf
abstract
bool
hasArray
()

Meta