Returns a buffer from the pool if one is available in the requested size, or allocates a new one if a pooled one is not available. @param len the minimum size, in bytes, of the requested buffer. The returned buffer may be larger. @return a byte[] buffer is always returned.
(int len)
source not stored for this graph (policy: none)
no test coverage detected