Parse an entry name from a buffer. Parsing stops when a NUL is found or the buffer length is reached. @param buffer The buffer from which to parse. @param offset The offset into the buffer from which to parse. @param length The maximum number of bytes to parse. @return The entry name.
(final byte[] buffer, final int offset, final int length)
source not stored for this graph (policy: none)
no test coverage detected