parseOctal
private fn
ulong parseOctal(const(ubyte) * field, size_t length) @trusted nothrowParse an octal string from a TAR header field.
Parameters
field | Pointer to the field bytes. |
length | Length of the field. |
Returns
The parsed unsigned long value.