Re: Newbie: Use Bcel to analysis class file
"samuel cheung" <[email protected]> Tue, 11 Jul 2006 00:48:44 -0500
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your help. I would like to analysis each class in the jar, so it is easier for me if I can write a tool to do that. Thank you. Sam On 7/10/06, Dave Brosius <[email protected]> wrote: > BCEL wouldn't be able to tell you the size in bytes of various sections of > the class file using the api. > You could get a rough estimate i suppose, but if that is what you want, it > would probably be better just to > read the class file yourself. > > > ----- Original Message ----- > From: "samuel cheung" <[email protected]> > To: <[email protected]> > Sent: Monday, July 10, 2006 1:34 AM > Subject: Newbie: Use Bcel to analysis class file > > > > Hi, > > I am new to bcel. > > Can you please tell me if I can use BCEL to analysis class file, e.g. > > I would like to find out how much (in term of the size in bytes)of the > > class file is Constant pool, Fields, Methods? > > > > Thank you. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >