类 Buffer
- java.lang.Object
-
- io.netty.internal.tcnative.Buffer
-
public final class Buffer extends java.lang.Object
-
-
方法详细资料
-
address
public static long address(java.nio.ByteBuffer buf)
Returns the memory address of the ByteBuffer.- 参数:
buf- Previously allocated ByteBuffer.- 返回:
- the memory address.
-
size
public static long size(java.nio.ByteBuffer buf)
Returns the allocated memory size of the ByteBuffer.- 参数:
buf- Previously allocated ByteBuffer.- 返回:
- the allocated memory size
-
-