>When you use the Awk... classes and the AwkStreamInput to do regular 
>expression matching and give it a binary file to work on, it throws an =
>ArrayIndexOutOfBoundsException. As far as I can see, this is due to the =

Without a code example and sample input reproducing the problem there is
now way to say what you're running into.  Remember, the awk package only
works with ASCII, so if you feed it arbitrary Unicode you will get index
out of bounds exceptions during matching.

daniel



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to