]> git.saurik.com Git - wxWidgets.git/commit
Add wxFSInputStream providing stream interface to wxFileSystem.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Apr 2012 13:53:49 +0000 (13:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Apr 2012 13:53:49 +0000 (13:53 +0000)
commitb7775a521f7b7bfd61970b531e8730876cf8094a
tree72af48a2ac2a828f9b10f8df99d97e0937bf5786
parentf5ef4d69b7fd4fb89203cd3cf9dd1e42fda7831f
Add wxFSInputStream providing stream interface to wxFileSystem.

This class allows using virtual wxFSFiles with any wx functions taking
streams. E.g. it makes it possible to load images and animations from
wxFileSystem.

Closes #14185.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/filesys.h
interface/wx/filesys.h
src/common/filesys.cpp