public interface Attribute
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this attribute.
|
void |
write(DataOutputStream output)
Writes the Attribute out in class file format.
|
String getName()
void write(DataOutputStream output) throws IOException
output - the stream to write toIOException - if an I/O error occurs while writing to the streamCopyright © 2012. All Rights Reserved.