Search:

Type: Posts; User: Kerr

Search: Search took 0.09 seconds.

  1. Re: Class hierarchy... giving me a headache, so I could use some help

    Sorry for the late response, but I think I have made it work now. Now I just need to figure out a good way to actually interpret the bytes and I am done with the constant pool (should be simple...
  2. Re: Class hierarchy... giving me a headache, so I could use some help

    Now that is a good question. Have thought of it and realized I had focused on the wrong part. Basically I want to make a small program that can read a class file and the display data about it (like...
  3. Re: Class hierarchy... giving me a headache, so I could use some help

    The problem is that I would still have to make some casts, since I would have a list of all CPInfo objects (for example, one containing a float and another an int). However, this gives me an idea....
  4. Class hierarchy... giving me a headache, so I could use some help

    Hi all.

    Making a small program that will read a .class file and display information. Using this as a reference point:
    VM Spec The class File Format
    It describes the class file format, hopefully...
Results 1 to 4 of 4