Available Property

SharpZip Compression Library

SharpZip Compression Library

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.

public long Available {get;}

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace