Re: Newbie: Use Bcel to analysis class file

"Dave Brosius" <[email protected]> Mon, 10 Jul 2006 22:19:39 -0400
Newsgroups gmane.comp.jakarta.bcel.user
Message-ID <003901c6a490$76ab9500$6401a8c0@MeBigFatGuy>
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]
>
>