The fields of the TarOutputStream class are listed below. For a complete list of TarOutputStream class members, see the TarOutputStream Members topic.
Protected Instance Fields
assemBuf | 'Assembly' buffer used to assmble data before writing |
assemLen | current 'Assembly' buffer length |
blockBuf | single block working buffer |
buffer | TarBuffer used to provide correct blocking factor |
currBytes | bytes written for this entry so far |
currSize | Size for the current entry |
debug | flag indicating debugging code should be activated or not |
outputStream | the destination stream for the archive contents |
See Also
TarOutputStream Class | ICSharpCode.SharpZipLib.Tar Namespace