writeOctal
private fn
void writeOctal(ubyte * field, size_t length, ulong value) @trusted nothrowWrite an octal value into a TAR header field.
Parameters
field | Pointer to the field bytes. |
length | Length of the field. |
value | Value to write. |