An InverseFilterReader would do exactly the opposite
of a specified FilterReader. For example, the
StripJavaComments FilterReader in Ant strips away Java
comments. An InverseFilterReader wrapping a
StripJavaComments FilterReader would strip away
everything BUT Java comments. I think implementation
might be any of tricky, slow, or memory-intensive, but
the number of existing FilterReaders would be
instantly doubled if this class were written.
-Matt
--- Magesh Umasankar <umagesh@apache.org> wrote:
> ----- Original Message -----
> From: "Matt Benson" <gudnabrsam@yahoo.com>
>
>
> > Nice thought here--why not adapt the various
> angles of
> > Jakarta ORO as FilterReaders? Another class I
> have
> > thought of writing for quite some time, but whose
> > implementation would be quite tricky, is an
> > InverseFilterReader which would perform the
> opposite
> > of a contained FilterReader.
>
> I don't quite follow - will you please expand
> on what you propose as an InverseFilterReader?
>
> >
> > -Matt
>
> Cheers,
> Magesh
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:ant-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:ant-user-help@jakarta.apache.org>
>
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|