TarBuffer.IsEOFRecord Method

Determine if an archive record indicate End of Archive. End of archive is indicated by a record that consists entirely of null bytes.

[Visual Basic]
Public Function IsEOFRecord( _
   ByVal record As Byte() _
) As Boolean
[C#]
public bool IsEOFRecord(
   byte[] record
);

Parameters

record

The record data to check.

See Also

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