TarOutputStream Properties

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class 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.
RecordSize Get the record size being used by this stream's TarBuffer.

See Also

TarOutputStream Class | ICSharpCode.SharpZipLib.Tar Namespace