Reads as many documents as possible (delineated by the sentinal) from filename into slice chunk. Will try to read as many documents as possible into chunk, then call callback with the length of the values read. The function callback is called everytime the chunk is full.
(filename string, sentinalSize, sentinalValue int, chunk []byte, callback func(int) error)
source not stored for this graph (policy: none)
no test coverage detected