readAheadLimit
Hi
In the mark(readAheadLimit) method, API says reading past this limit will not guarantee a correct reset(). I wonder:
1) Why have such a limit at all?
2) How "dangerous" is it to read past this limit reagarding reset()?
If one has a very large file, one may end up with a very large readAheadLimit, which I believe is not really ideal.
HMS

