9d56439aa1
Motivation: The constrcutors a protected atm but the classes are public. We should make the constructors public as well to make it easier to write your own ByteBufAllocator. Modifications: Change constructors to be public and add some javadocs. Result: Easier to create own ByteBufAllocator.