Copy a name into a buffer. Copies characters from the name into the buffer starting at the specified offset. If the buffer is longer than the name, the buffer is filled with trailing NULs. If the name is longer than the buffer, the output is truncated. @param name The header name from which to copy
(final String name, final byte[] buf, final int offset, final int length)
source not stored for this graph (policy: none)
no test coverage detected