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

@ -227,3 +227,8 @@ void StreamView::adjustLength(std::streamsize value, SList<Sector> &availableSec
}
}
}
std::streamsize StreamView::getLength() const
{
return length;
}