edu.umd.cs.findbugs.classfile.analysis
public class ClassData extends Object
| Constructor Summary | |
|---|---|
| ClassData(ClassDescriptor classDescriptor, ICodeBaseEntry codeBaseEntry, byte[] data)
Constructor.
| |
| Method Summary | |
|---|---|
| ClassDescriptor | getClassDescriptor() |
| ICodeBaseEntry | getCodeBaseEntry() |
| byte[] | getData() |
| InputStream | getInputStream()
Open an InputStream on the class data.
|
Parameters: classDescriptor descriptor for the class data the data (bytes) for a class
Returns: Returns the ClassDescriptor.
Returns: Returns the codeBaseEntry.
Returns: Returns the data.
Returns: InputStream reading from the class data