input/InputStream: make IsEOF() and IsAvailable() const
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
ProxyInputStream::Update();
|
||||
}
|
||||
|
||||
bool IsEOF() noexcept override {
|
||||
bool IsEOF() const noexcept override {
|
||||
return !ReadingFromBuffer() && ProxyInputStream::IsEOF();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user