Hi, Thanx for your response. Take any regular expression and search for matches in a JAR file. Use the contains method that takes a AwkStreamInput. You will know the problem. If you cant replicate, tell me.
Hardeep ----- Original Message ----- From: "Daniel F. Savarese" <[EMAIL PROTECTED]> To: "ORO Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 11:37 PM Subject: Re: Just joined > > >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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
