package pdu var ByteBufferPool = NewBufferPoolManager() const NULL = byte(0x00) var NULL_ARR = []byte{NULL}