]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/zipstrm.tex
added a note that wxStringList is obsolete
[wxWidgets.git] / docs / latex / wx / zipstrm.tex
index 2120a717354d5c1331977eb4618dce52ea50882a..33a4f3ff0b75207bc485b6162f755788476a11a7 100644 (file)
@@ -3,20 +3,28 @@
 % zipstream.h at 02/May/99 19:54:25
 %
 
-
 \section{\class{wxZipInputStream}}\label{wxzipinputstream}
 
 This class is input stream from ZIP archive. The archive
 must be local file (accessible via FILE*).
 It has all features including GetSize and seeking.
 
+\wxheading{Note}
+
+If you need to enumerate files in ZIP archive, you can use 
+\helpref{wxFileSystem}{wxfilesystem} together with wxZipFSHandler (see 
+\helpref{the overview}{fs}.
+
+
 \wxheading{Derived from}
 
-wxInputStream
+\helpref{wxInputStream}{wxinputstream}
 
+\wxheading{Include files}
 
-\latexignore{\rtfignore{\wxheading{Members}}}
+<wx/zipstrm.h>
 
+\latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxZipInputStream::wxZipInputStream}\label{wxzipinputstreamwxzipinputstream}
 
@@ -30,4 +38,3 @@ Constructor.
 
 \docparam{file}{name of file stored in the archive}
 
-