Reads the indicated class file and returns a list of all referenced
classes (dependancy list). The list will not refer itself.
Parameters: classFile - the name of the class file to read List a list of all referenced class names throws: IOException - when IO errors occur
Reads the indicated class file and returns a list of all referenced
classes (dependancy list). The list will not refer itself.
Parameters: classFile - a File indicating the class file to read List a list of all referenced class names throws: IOException - when IO errors occur
Reads the indicated class file and returns a list of all referenced
classes (dependancy list). The list will not refer itself.
Parameters: is - an inputstream opened to the first byte of a classfile List a list of all referenced class names throws: IOException - when IO errors occur
Reads the indicated class file and returns a list of all referenced
classes (dependancy list). The list will not refer itself.
Parameters: is - a DataInput opened to the first byte of a class file List a list of all referenced class names throws: IOException - when IO errors occur