TarHeader.ParseOctal Method

SharpZip Compression Library

SharpZip Compression Library

TarHeader.ParseOctal Method 

Parse an octal string from a header buffer.

public static long ParseOctal(
   byte[] header,
   int offset,
   int length
);

Parameters

header
The header buffer from which to parse.
offset
The offset into the buffer from which to parse.
length
The number of header bytes to parse.

Return Value

The long equivalent of the octal string.

See Also

TarHeader Class | ICSharpCode.SharpZipLib.Tar Namespace