List of utility methods to do ByteBuffer Check
return buf.position() >= buf.capacity();
return buf.capacity() - buf.position();