public abstract static class ClassFile.AttributeInfo extends Object
Constructor and Description |
---|
AttributeInfo(short nameIndex) |
Modifier and Type | Method and 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.IOException
protected abstract void storeBody(DataOutputStream dos) throws IOException
IOException
Copyright © 2001–2016. All rights reserved.