您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
树
已过时
索引
帮助
上一个类
下一个类
框架
无框架
所有类
概要:
嵌套 |
字段 |
构造器 |
方法
详细资料:
字段 |
构造器 |
方法
com.mongodb.connection
接口 BufferProvider
所有已知子接口:
Stream
public interface
BufferProvider
A provider of instances of ByteBuf.
从以下版本开始:
3.0
方法概要
所有方法
实例方法
抽象方法
限定符和类型
方法和说明
ByteBuf
getBuffer
(int size)
Gets a buffer with the givens capacity.
方法详细资料
getBuffer
ByteBuf
getBuffer(int size)
Gets a buffer with the givens capacity.
参数:
size
- the size required for the buffer
返回:
a ByteBuf with the given size, which is now owned by the caller and must be released.
跳过导航链接
概览
程序包
类
树
已过时
索引
帮助
上一个类
下一个类
框架
无框架
所有类
概要:
嵌套 |
字段 |
构造器 |
方法
详细资料:
字段 |
构造器 |
方法