TarHeader.GetLongOctalBytes Method

Parse an octal long integer from a header buffer.

[Visual Basic]
Public Shared Function GetLongOctalBytes( _
   ByVal val As Long, _
   ByVal buf As Byte(), _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As Integer
[C#]
public static int GetLongOctalBytes(
   long val,
   byte[] buf,
   int offset,
   int length
);

Parameters

val

buf

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 value of the octal bytes.

See Also

TarHeader Class | TarHeader Members | ICSharpCode.SharpZipLib.Tar Namespace