Files
dolt/base
Chris Masone 704f4c89f6 MakeSeekable(): layer io.Seeker on an arbitrary io.Reader
By caching all reads from an io.Reader, you can make an io.ReadSeeker
out of it. MakeSeekable() actually returns something that is all of
io.Reader, io.Seeker and io.Closer, because the returned object
actually requires closing to clean up gracefully.
2016-02-04 13:44:26 -08:00
..