]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/zipstrm.tex
added missing brace after wxTB_NO_TOOLTIPS
[wxWidgets.git] / docs / latex / wx / zipstrm.tex
index c738495cbb3c96cfac20280074fed3c53dd56a42..e60b07afd8d3c217f409d5278dafdff78e72daa1 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}
@@ -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}
 
@@ -482,7 +489,7 @@ the current entry first.
 
 Returns the zip comment.
 
-This is stored a the end of the zip, therefore when reading a zip
+This is stored at the end of the zip, therefore when reading a zip
 from a non-seekable stream, it returns the empty string until the
 end of the zip has been reached, i.e. when GetNextEntry() returns
 NULL.