X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9704b2509ac4fd7b9fccd5299e0b377accb2b59e..74c481d11721fb42343c6b79996478a2ebacde3a:/docs/latex/wx/zipstrm.tex diff --git a/docs/latex/wx/zipstrm.tex b/docs/latex/wx/zipstrm.tex index c2864364aa..f0a740f97e 100644 --- a/docs/latex/wx/zipstrm.tex +++ b/docs/latex/wx/zipstrm.tex @@ -9,6 +9,13 @@ 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} \helpref{wxInputStream}{wxinputstream}