public final class Unknown extends Attribute
Attribute
,
AttributeReader
,
Serialized Formconstant_pool, length, name_index, tag
Constructor and Description |
---|
Unknown(int name_index,
int length,
byte[] bytes,
ConstantPool constant_pool)
Create a non-standard attribute.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
copy(ConstantPool _constant_pool) |
java.lang.String |
getName() |
java.lang.String |
toString() |
clone, getTag, readAttribute
public Unknown(int name_index, int length, byte[] bytes, ConstantPool constant_pool)
name_index
- Index in constant poollength
- Content length in bytesbytes
- Attribute contentsconstant_pool
- Array of constantspublic final java.lang.String getName()
public final java.lang.String toString()
public Attribute copy(ConstantPool _constant_pool)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.