SoftBuffer 构造函数 |
名称 | 说明 | |
---|---|---|
SoftBuffer |
使用默认的大小(10个字节)初始化缓存空间 Initialize the cache space with the default size (10 bytes). | |
SoftBuffer(Int32) |
使用指定的容量初始化缓存数据块,长度以字节为单位 Initializes cache chunks with the specified capacity, with a length in bytes |