TarHeader.ParseName Method

SharpZip Compression Library

SharpZip Compression Library

TarHeader.ParseName Method 

Parse a name from a header buffer.

public static StringBuilder ParseName(
   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 name parsed.

See Also

TarHeader Class | ICSharpCode.SharpZipLib.Tar Namespace