Blame thirdparty/zlib/zlib-1.2.7/contrib/iostream3/TODO
|
kusano |
7d535a |
Possible upgrades to gzfilebuf:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
- The ability to do putback (e.g. putbackfail)
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
- The ability to seek (zlib supports this, but could be slow/tricky)
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
- Simultaneous read/write access (does it make sense?)
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
- Support for ios_base::ate open mode
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
- Locale support?
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
- Check public interface to see which calls give problems
|
|
kusano |
7d535a |
(due to dependence on library internals)
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
- Override operator<<(ostream&, gzfilebuf*) to allow direct copying
|
|
kusano |
7d535a |
of stream buffer to stream ( i.e. os << is.rdbuf(); )
|