# Functions
GetByteBuffer returns an empty byte buffer from the pool.
ReleaseByteBuffer returns byte buffer to the pool.
# Structs
BufferPool represents byte buffer pool.
ByteBuffer provides byte buffer, which can be used for minimizing memory allocations.