X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46263455960bc46a6b2e77d444061b6378fc6373..a67f1484e05419aafe3cd4791babd4cbae41791f:/docs/latex/wx/zipstrm.tex diff --git a/docs/latex/wx/zipstrm.tex b/docs/latex/wx/zipstrm.tex index c738495cbb..998e75e47d 100644 --- a/docs/latex/wx/zipstrm.tex +++ b/docs/latex/wx/zipstrm.tex @@ -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}