Hi all,
Are there any thoughts about updating the API to take advantage of the
java.nio package, and/or read data in a non-blocking mode in general?
This would require a new return token to signal back that the parser
has temporarily ran out of bytes to parse the next entity (e.g.,
RETRY_LATER). The whole point would then be the possibility to read
many streams in parallel using one thread...
Regards,
/Peter