Package jminusminus
Class CLDeprecatedAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLDeprecatedAttribute
Representation of Deprecated_attribute structure.
-
Field Summary
Fields inherited from class jminusminus.CLAttributeInfo
attributeLength, attributeNameIndex
-
Constructor Summary
ConstructorDescriptionCLDeprecatedAttribute
(int attributeNameIndex, long attributeLength) Construct a CLDeprecatedAttribute object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(CLOutputStream out) Write the contents of this attribute to the specified output stream.
-
Constructor Details
-
CLDeprecatedAttribute
public CLDeprecatedAttribute(int attributeNameIndex, long attributeLength) Construct a CLDeprecatedAttribute object.- Parameters:
attributeNameIndex
- Deprecated_attribute.attribute_name_index item.attributeLength
- Deprecated_attribute.attribute_length item.
-
-
Method Details
-
write
Write the contents of this attribute to the specified output stream.- Overrides:
write
in classCLAttributeInfo
- Parameters:
out
- output stream.- Throws:
IOException
- if an error occurs while writing.
-