]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/zipstrm.tex
Version of [ 1177956 ] fix for wxString::operator=(wxChar *) for STL builds
[wxWidgets.git] / docs / latex / wx / zipstrm.tex
index 65e0f3f6734e70c95f860c1f5fc00086875ab5fc..998e75e47daf71e423027a7f456e61908687805d 100644 (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}
@@ -442,9 +445,9 @@ When there are no more entries, GetNextEntry() returns NULL and sets Eof().
 <wx/zipstrm.h>
 
 \wxheading{Data structures}
-{\small \begin{verbatim}
-typedef wxZipEntry entry\_type
-\end{verbatim}}
+\begin{verbatim}
+typedef wxZipEntry entry_type
+\end{verbatim}
 
 \wxheading{See also}
 
@@ -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}