writeOctal

private fnvoid writeOctal(ubyte * field, size_t length, ulong value) @trusted nothrow

Write an octal value into a TAR header field.

Parameters

fieldPointer to the field bytes.
lengthLength of the field.
valueValue to write.