public final class VirtualBuffer extends Object
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
buffer()
获取真实缓冲区
|
void |
clean()
释放虚拟缓冲区
|
String |
toString() |
static VirtualBuffer |
wrap(ByteBuffer buffer) |
public static VirtualBuffer wrap(ByteBuffer buffer)
public ByteBuffer buffer()
public void clean()
Copyright © 2021. All rights reserved.