parseOctal

private fnulong parseOctal(const(ubyte) * field, size_t length) @trusted nothrow

Parse an octal string from a TAR header field.

Parameters

fieldPointer to the field bytes.
lengthLength of the field.

Returns

The parsed unsigned long value.