X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aea22172eff902cd6c1badf117c6c6564623938c..39434ba375389eab72ad84184d6d54a92c2b3551:/docs/latex/wx/fs.tex?ds=sidebyside diff --git a/docs/latex/wx/fs.tex b/docs/latex/wx/fs.tex index c8f80148b8..5182260814 100644 --- a/docs/latex/wx/fs.tex +++ b/docs/latex/wx/fs.tex @@ -58,10 +58,14 @@ There are {\bf two} protocols used in this example: "zip" and "file". The following virtual file system handlers are part of wxWidgets so far: \begin{twocollist} +\twocolitem{{\bf wxArchiveFSHandler}}{A handler for archives such as zip +and tar. Include file is . URLs examples: +"archive.zip\#zip:filename", "archive.tar.gz\#gzip:\#tar:filename".} +\twocolitem{{\bf wxFilterFSHandler}}{A handler for compression schemes such +as gzip. Header is . URLs are in the form, e.g.: +"document.ps.gz\#gzip:".} \twocolitem{{\bf wxInternetFSHandler}}{A handler for accessing documents via HTTP or FTP protocols. Include file is .} -\twocolitem{{\bf wxZipFSHandler}}{A handler for ZIP archives. -Include file is . URL is in form "archive.zip\#zip:filename".} \twocolitem{{\bf wxMemoryFSHandler}}{This handler allows you to access data stored in memory (such as bitmaps) as if they were regular files. See \helpref{wxMemoryFSHandler documentation}{wxmemoryfshandler} for details.