TarInputStream.GetRecordSize Method

Get the record size being used by this stream's TarBuffer.

[Visual Basic]
Public Function GetRecordSize() As Integer
[C#]
public int GetRecordSize();

Return Value

TarBuffer record size.

See Also

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