public abstract static class ClassFile.AttributeInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private short |
nameIndex |
Constructor and Description |
---|
AttributeInfo(short nameIndex) |
Modifier and Type | Method and Description |
---|---|
void |
store(java.io.DataOutputStream dos)
Writes this attribute to a
DataOutputStream , in the format described in JVMS7 4.7. |
protected abstract void |
storeBody(java.io.DataOutputStream dos)
Writes the body of this attribute in an attribute-type dependent way; see JVMS7 4.7.2 and following.
|
public void store(java.io.DataOutputStream dos) throws java.io.IOException
DataOutputStream
, in the format described in JVMS7 4.7.java.io.IOException
protected abstract void storeBody(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException