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]

Reply via email to