@@ -36,10 +36,14 @@ OFTarArchiveModeRead, OFTarArchiveModeWrite, OFTarArchiveModeAppend } _mode; OFStringEncoding _encoding; + OFTarArchiveEntry *_Nullable _currentEntry; +#ifdef OF_TAR_ARCHIVE_M +@public +#endif OFStream *_Nullable _lastReturnedStream; } /** * @brief The encoding to use for the archive. Defaults to UTF-8.