I have a use case where I need to start a Cursor outside of QueryStream but want to use QueryStream to consume the cursor. It would be nice to pass a Cursor instance in the constructor:
Cursor myCursor = fetchACursor()
QueryStream stream = new QueryStream(myCursor, opts)
I have a use case where I need to start a Cursor outside of QueryStream but want to use QueryStream to consume the cursor. It would be nice to pass a Cursor instance in the constructor:
Thanks for your consideration.