TarOutputStream Properties

SharpZip Compression Library

SharpZip Compression Library

TarOutputStreamĀ Properties

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

Public Instance Properties

CanRead true if the stream supports reading; otherwise, false.
CanSeek true if the stream supports seeking; otherwise, false.
CanWrite true if stream supports writing; otherwise, false.
Length length of stream in bytes
Position gets or sets the position within the current stream.

See Also

TarOutputStream Class | ICSharpCode.SharpZipLib.Tar Namespace