Kevin Ballard 0a380a9318 Implement io::Seek for io::BufReader<R> where R: io::Seek
Seeking the `BufReader` discards the internal buffer (and adjusts the
offset appropriately when seeking with `SeekFrom::Current(_)`).
2015-04-08 21:25:58 -07:00
..
2015-03-31 15:49:57 -07:00
2015-04-01 20:38:58 +03:00
2015-04-02 00:18:45 -07:00
2015-03-31 07:50:25 -07:00
2015-04-03 15:24:47 -04:00