Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 216 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 216 Bytes

bufseekio

bufseekio provides buffered I/O with io.Seeker interface.

ReadSeeker

// cache block size   : 128KBytes
// cache block history: 4
r := bufseekio.NewReadSeeker(file, 128 * 1024, 4)