Re: Re: Newbie: Use Bcel to analysis class file

"Torsten Curdt" <[email protected]> Tue, 11 Jul 2006 13:06:11 +0200
Newsgroups gmane.comp.jakarta.bcel.user
Message-ID <[email protected]>
This *might* be easier to do with ASM. You could wrap the input stream
and check at each event where you are at ...but this only works if ASM
does not buffer the stream.

Someone asked a similar question on the ASM list. Maybe have a dig there.

cheers
--
Torsten