TarInputStream Properties

The properties of the TarInputStream class are listed below. For a complete list of TarInputStream class members, see the TarInputStream Members topic.

Public Instance Properties

Available 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.
CanRead I needed to implement the abstract member.
CanSeek I needed to implement the abstract member.
CanWrite I needed to implement the abstract member.
IsMarkSupported Since we do not support marking just yet, we return false.
Length I needed to implement the abstract member.
Position I needed to implement the abstract member.

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace