ClassFile.ConstantValueAttribute, ClassFile.DeprecatedAttribute, ClassFile.ExceptionsAttribute, ClassFile.InnerClassesAttribute, ClassFile.LineNumberTableAttribute, ClassFile.LocalVariableTableAttribute, ClassFile.SourceFileAttribute, ClassFile.SyntheticAttributepublic abstract static class ClassFile.AttributeInfo extends Object
| Constructor | Description |
|---|---|
AttributeInfo(short nameIndex) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
store(DataOutputStream dos) |
Writes this attribute to a
DataOutputStream, in the format described in JVMS7 4.7. |
protected abstract void |
storeBody(DataOutputStream dos) |
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
|
public void store(DataOutputStream dos) throws IOException
DataOutputStream, in the format described in JVMS7 4.7.IOExceptionprotected abstract void storeBody(DataOutputStream dos) throws IOException
IOExceptionCopyright © 2001–2019. All rights reserved.