TarOutputStream.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

The TarBuffer record size.

See Also

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