Simplify stream availability handling

Just have a simply number of bytes argument to avoid a lot of
complexity.
This commit is contained in:
Pierre Ossman
2020-05-19 21:07:05 +02:00
committed by Lauri Kasanen
parent 92c7695981
commit 57a3c3bba8
20 changed files with 67 additions and 132 deletions

View File

@@ -39,7 +39,7 @@ namespace rdr {
size_t length();
protected:
size_t overrun(size_t itemSize, size_t nItems);
virtual void overrun(size_t needed);
private:
size_t writeTLS(const U8* data, size_t length);