From: Mikko Rasa Date: Mon, 7 Oct 2013 16:36:04 +0000 (+0300) Subject: Rewrite BufferedFile as a standalone class X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=7b81490ae4ed6c7c8566f889d146677827f5d4a5;hp=7b81490ae4ed6c7c8566f889d146677827f5d4a5 Rewrite BufferedFile as a standalone class The generic Filtered template is unable to account for the complexities of buffering a seekable object. In particular, relative seeks were broken. I may revisit the template form at a later date if I come up with a workable design. For now its use is discouraged. ---