TarHeader.GetLongOctalBytes Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarHeader.GetLongOctalBytes Method 

Put an octal representation of a value into a buffer

public static int GetLongOctalBytes(
   long value,
   byte[] buffer,
   int offset,
   int length
);

Parameters

value
Value to be convert to octal
buffer
The buffer to update
offset
The offset into the buffer to store the value
length
The length of the octal string

Return Value

Index of next byte

See Also

TarHeader Class | ICSharpCode.SharpZipLib.Tar Namespace