>>>>> "Ito" == Ito Kazumitsu <[EMAIL PROTECTED]> writes:
>> Eg consider the expression "bbba+". If the buffer contains "bbb", >> then hitEnd should return true -- if we read more data we might >> possibly match this expression. But if the buffer contained "maude", >> then hitEnd would return false. Ito> Sun's hitEnd will return true for the latter case. Weird. I'm not sure what that implies for Scanner... it seems my current code must be wrong however. Tom