GetNameBytes Method

SharpZip Compression Library

SharpZip Compression Library

TarHeader.GetNameBytes Method

Add an entry name to the buffer

Overload List

Add an entry name to the buffer

public static int GetNameBytes(string,byte[],int,int);

Add name to the buffer as a collection of bytes

public static int GetNameBytes(string,int,byte[],int,int);

Add an entry name to the buffer

public static int GetNameBytes(StringBuilder,byte[],int,int);

Add name to the buffer as a collection of bytes

public static int GetNameBytes(StringBuilder,int,byte[],int,int);

See Also

TarHeader Class | ICSharpCode.SharpZipLib.Tar Namespace