]> git.tdb.fi Git - libs/core.git/commitdiff
Rewrite BufferedFile as a standalone class
authorMikko Rasa <tdb@tdb.fi>
Mon, 7 Oct 2013 16:36:04 +0000 (19:36 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 7 Oct 2013 16:36:04 +0000 (19:36 +0300)
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.


No differences found