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: <bcel-user@jakarta.apache.org>
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to