ByteBuf.memoryAddress

Returns the low-level memory address that point to the first byte of ths backing data.

@throws UnsupportedOperationException if this buffer does not support accessing the low-level memory address

class ByteBuf
abstract
long
memoryAddress
()

Meta