bytebuffer

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Get 从pool中取出一个空的byte buffer

View Source
var Put = func(b *ByteBuffer) {
	if b != nil {
		bytebufferpool.Put(b)
	}
}

Put 向pool中归还 byte buffer

Functions

This section is empty.

Types

type ByteBuffer

type ByteBuffer = bytebufferpool.ByteBuffer

ByteBuffer 是bytebufferpool.ByteBuffer的别名.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL