Modifier and Type | Method and Description |
---|---|
boolean |
handleAttribute(java.io.DataInputStream dataIn,
java.lang.String name,
int length)
Process the given attribute.
|
boolean handleAttribute(java.io.DataInputStream dataIn, java.lang.String name, int length) throws java.io.IOException, ClassFileFormatException
dataIn
- DataInputStream, positioned to attribute's data.name
- Attribute name from constant pool.length
- Length of info[] in bytes.java.io.IOException
- If an I/O error ocurrs.ClassFileFormatException
- If the attribute was processed but
was incorrectly formed.Copyright ? 2000-2003 Clarity Systems Group, LLC. All Rights Reserved.