On Tue, 25 Nov 2003, Jordi Salvat i. Alabart <[EMAIL PROTECTED]> wrote:

> Since you seem to have Java regexp knowledge:

Not as much as you might think 8-)

> is there a way to get ORO to work on a byte[] more efficient than
> converting it into a String first?

None I was aware of.  I vaguely recall Daniel talking about stream
support (and how it was difficult to do, in particular to do right),
but can't recall any details.

AwkMatcher supports something called AwkStreamInput which could be
used on top of a ByteArrayInputStream, but I don't see anything
similar for the Perl5Matcher, nor does it sound any more efficient
than using an intermediate String if you already have the complete
byte array in memory.

Stefan

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

Reply via email to