writeString
private fn
void writeString(ubyte * field, size_t length, const(char)[] str) @trusted nothrowWrite a string into a TAR header field, null-padded.
Parameters
field | Pointer to the field bytes. |
length | Length of the field. |
str | String to write. |