Package io.quarkus.netty.runtime.graal
Class Target_io_netty_buffer_EmptyByteBuf
- java.lang.Object
-
- io.quarkus.netty.runtime.graal.Target_io_netty_buffer_EmptyByteBuf
-
final class Target_io_netty_buffer_EmptyByteBuf extends Object
-
-
Constructor Summary
Constructors Constructor Description Target_io_netty_buffer_EmptyByteBuf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMemoryAddress()ByteBufferinternalNioBuffer(int index, int length)longmemoryAddress()ByteBuffernioBuffer()ByteBuffer[]nioBuffers()
-
-
-
Method Detail
-
nioBuffer
public ByteBuffer nioBuffer()
-
nioBuffers
public ByteBuffer[] nioBuffers()
-
internalNioBuffer
public ByteBuffer internalNioBuffer(int index, int length)
-
hasMemoryAddress
public boolean hasMemoryAddress()
-
memoryAddress
public long memoryAddress()
-
-