for r.i == r.j {
        if r.last {
            return 0, io.EOF
        }
        x.err = r.nextChunk(false)