TarInputStream.Available Property

Get the available data that can be read from the current entry in the archive. This does not indicate how much data is left in the entire archive, only in the current entry. This value is determined from the entry's size header field and the amount of data already read from the current entry.

[Visual Basic]
Public ReadOnly Property Available As Integer
[C#]
public int Available {get;}

See Also

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