# Functions
Byte2Int byte array to int value using big order.
Byte2Int64 byte array to int64 value using big order.
Byte2UInt16 byte array to uint16 value using big order.
Byte2UInt32 byte array to uint32 value using big order.
Byte2UInt64 byte array to int64 value using big order.
Int2Bytes int value to bytes array using big order.
Int2BytesTo int value to bytes array using big order.
Int64ToBytes int64 value to bytes array using big order.
Int64ToBytesTo int64 value to bytes array using big order.
NewByteBuf create a new bytebuf.
NewByteBufPool create a new bytebuf using a mem pool.
NewSyncPool create a sync.Pool base slab allocation memory pool.
ReadInt read a int value from a reader.
ReadN read n bytes from a reader.
UInt16ToBytes uint16 value to bytes array using big order.
Uint16ToBytesTo uint16 value to bytes array using big order.
UInt32ToBytes uint32 value to bytes array using big order.
Uint32ToBytesTo uint32 value to bytes array using big order.
Uint64ToBytesTo uint64 value to bytes array using big order.
UseMemPool use the custom mem pool.
WrapBytes wrap a bytes as a bytebuf.
# Variables
ErrTooLarge too larger error.
# Interfaces
Pool a mem pool interface.