//
pkg.gl
Category
github.com/antlabs/wsutil
fixedreader
package
0.1.12
Repository:
https://github.com/antlabs/wsutil.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
162 SLOC
#
Functions
NewFixedReader
newBuffer returns a new Buffer whose buffer has the specified size.
#
Structs
FixedReader
固定大小的FixedReader, 所有的内存都是提前分配好的 标准库的bufio.Reader不能自定义buf传过去, 导致控制力度会差点.