add class CFStream

This commit is contained in:
Ivan Morozov
2022-07-15 23:55:21 +03:00
parent ae4ecd4667
commit 274976815c
12 changed files with 1004 additions and 23 deletions

View File

@ -7,7 +7,7 @@ using namespace CFCPP;
using RedBlackTree::RBTree;
CFStorage::CFStorage(std::shared_ptr<CompoundFile> compFile, std::shared_ptr<IDirectoryEntry> dirEntry) :
CFStorage::CFStorage(std::shared_ptr<const CompoundFile> compFile, std::shared_ptr<IDirectoryEntry> dirEntry) :
CFItem(compFile)
{
if (dirEntry == nullptr || dirEntry->getSid() < 0)