TarInputStream Fields

SharpZip Compression Library

SharpZip Compression Library

TarInputStream Fields

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

Protected Instance Fields

buffer Working buffer
currEntry Current entry being read
eFactory Factory used to create TarEntry or descendant class instance
entryOffset Number of bytes read for this entry so far
entrySize Size of this entry as recorded in header
hasHitEOF Flag set when last block has been read
readBuf Buffer used with calls to
Read()

See Also

TarInputStream Class | ICSharpCode.SharpZipLib.Tar Namespace