Added wxWrapperInputStream class.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Apr 2012 13:53:45 +0000 (13:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Apr 2012 13:53:45 +0000 (13:53 +0000)
commitf5ef4d69b7fd4fb89203cd3cf9dd1e42fda7831f
tree891b6a6b837569d7488d0aea49cf03b384eed6a2
parent11527fc9f0e2aa8bea57c3c2ea361823991667b8
Added wxWrapperInputStream class.

This stream allows to wrap another stream. This is a useful base class for
adapter classes providing stream interface on top of something else, like the
upcoming wxFSInputStream.

See #14185.

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