fixes to wxZipInputStream EOF (not) handling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-06-19 08:10:21 +00:00
parent 4145aa5c05
commit b270f6e30e
3 changed files with 54 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ public:
~wxZipInputStream();
virtual size_t GetSize() const {return m_Size;}
virtual bool Eof() const;
protected:
virtual size_t OnSysRead(void *buffer, size_t bufsize);