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}
<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}
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}