Some improvements to the zip stream docs thanks to helpful feedback

from Andrew Ziem, Stas Sergeev and Artur Kornacki.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-03-25 22:32:27 +00:00
parent f1cbd8fac7
commit df467a9d74
3 changed files with 69 additions and 20 deletions

View File

@@ -433,6 +433,9 @@ the wxZipInputStream then returns the entry's data. Eof() becomes true
after an attempt has been made to read past the end of the entry's data.
When there are no more entries, GetNextEntry() returns NULL and sets Eof().
Note that in general zip entries are not seekable, and
wxZipInputStream::SeekI() always returns wxInvalidOffset.
\wxheading{Derived from}
\helpref{wxArchiveInputStream}{wxarchiveinputstream}
@@ -467,6 +470,10 @@ no effect on the stream's data.
Compatibility constructor.
When this constructor is used, an emulation of seeking is
switched on for compatibility with previous versions. Note however,
that it is deprecated.
\membersection{wxZipInputStream::CloseEntry}\label{wxzipinputstreamcloseentry}