mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 08:41:19 +08:00
add class CFStream
This commit is contained in:
@ -227,3 +227,8 @@ void StreamView::adjustLength(std::streamsize value, SList<Sector> &availableSec
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
std::streamsize StreamView::getLength() const
|
||||
{
|
||||
return length;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user